mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
Also, set LIBRARY_PATH to a nice value in TEST. (All tests pass :)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user