ixion: update after #2666 which changed mdds. (#2667)

Also, set LIBRARY_PATH to a nice value in TEST. (All tests pass :)
This commit is contained in:
fbrosson
2018-06-08 10:37:17 +00:00
parent 68e88ad2b2
commit f80ae52bac

View File

@@ -43,7 +43,7 @@ BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libboost_program_options$secondaryArchSuffix
devel:libz$secondaryArchSuffix
devel:mdds$secondaryArchSuffix >= 1.2
devel:mdds >= 1.2
"
BUILD_PREREQUIRES="
cmd:aclocal
@@ -91,7 +91,6 @@ INSTALL()
TEST()
{
# these tests do not pass
# ixion is really good in crashing our pthreads implementation
LIBRARY_PATH="$sourceDir/src/libixion/.libs${LIBRARY_PATH:+:$LIBRARY_PATH}" \
make check
}