]> git.ipfire.org Git - ipfire-3.x.git/blobdiff - libyaml/libyaml.nm
libyaml: Fix running test suite
[ipfire-3.x.git] / 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