]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/commitdiff
libyaml: Fix running test suite
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 2 Oct 2016 18:05:53 +0000 (14:05 -0400)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 3 Oct 2016 10:50:25 +0000 (06:50 -0400)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
libyaml/libyaml.nm

index f945f238859eeec849907c63151bf7199e816a88..6a07ec8513211052a1b407654357805dbc485cb4 100644 (file)
@@ -5,7 +5,7 @@
 
 name       = libyaml
 version    = 0.1.3
-release    = 1
+release    = 2
 
 groups     = System/Libraries
 url        = http://pyyaml.org/
@@ -25,6 +25,7 @@ build
        DIR_APP = %{DIR_SRC}/yaml-%{version}
 
        test
+               export LD_LIBRARY_PATH=$(pwd)/src/.libs
                make check
        end
 end