diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/test.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/test.sh b/scripts/test.sh index ba3c1266f..4f36e3936 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -43,6 +43,10 @@ all) # libunwind causes threads to be cleaned up after LD is disabled CONFIG="$CONFIG --disable-unwind-backtraces" fi + if test "$MONOLITHIC" = "yes"; then + # Ubuntu 12.04 does not provide a proper -liptc pkg-config + CONFIG="$CONFIG --disable-forecast --disable-connmark" + fi # not enabled on the build server CONFIG="$CONFIG --disable-af-alg" # TODO: enable? perhaps via coveralls.io (cpp-coveralls)? |