travis: Don't disable connmark and forecast plugins anymore

They build fine on Ubuntu 14.04.
This commit is contained in:
Tobias Brunner
2016-09-20 15:32:28 +02:00
parent 1aec64a031
commit 44280a1901
+1 -5
View File
@@ -37,11 +37,7 @@ all)
--disable-systemd --disable-soup --disable-unwind-backtraces
--disable-svc --disable-dbghelp-backtraces --disable-socket-win
--disable-kernel-wfp --disable-kernel-iph --disable-winhttp"
if test "$MONOLITHIC" = "yes"; then
# Ubuntu 12.04 does not provide a proper -liptc pkg-config
CONFIG="$CONFIG --disable-forecast --disable-connmark"
fi
# Ubuntu 12.04 does not provide libtss2-dev
# Ubuntu 14.04 does provide a too old libtss2-dev
CONFIG="$CONFIG --disable-aikpub2 --disable-tss-tss2"
# not enabled on the build server
CONFIG="$CONFIG --disable-af-alg"