From f94e8379a39b93cf3abf4eba4c13b47984c616b3 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Tue, 13 Sep 2016 08:10:47 +0200 Subject: [PATCH] travis: try to workaround "unrecognized option '--push-state'" See: https://travis-ci.org/vincentbernat/lldpd/jobs/159419045 --- tests/ci/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5