From: Vincent Bernat Date: Tue, 13 Sep 2016 06:10:47 +0000 (+0200) Subject: travis: try to workaround "unrecognized option '--push-state'" X-Git-Tag: 0.9.5~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f94e8379a39b93cf3abf4eba4c13b47984c616b3;p=thirdparty%2Flldpd.git travis: try to workaround "unrecognized option '--push-state'" See: https://travis-ci.org/vincentbernat/lldpd/jobs/159419045 --- diff --git a/tests/ci/run.sh b/tests/ci/run.sh index 75475b55..4b5d61fd 100755 --- a/tests/ci/run.sh +++ b/tests/ci/run.sh @@ -9,7 +9,7 @@ set -e ./configure $LLDPD_CONFIG_ARGS \ --enable-pie \ --localstatedir=/var --sysconfdir=/etc --prefix=/usr \ - CFLAGS="-O1 -g" + CFLAGS="-O1 -g" LDFLAGS="-fuse-ld=gold" make all check CFLAGS=-Werror make distcheck