]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
travis: try to workaround "unrecognized option '--push-state'"
authorVincent Bernat <vincent@bernat.im>
Tue, 13 Sep 2016 06:10:47 +0000 (08:10 +0200)
committerVincent Bernat <vincent@bernat.im>
Tue, 13 Sep 2016 06:10:47 +0000 (08:10 +0200)
See: https://travis-ci.org/vincentbernat/lldpd/jobs/159419045

tests/ci/run.sh

index 75475b55927d20ff45333dd90a6bdbfa5d2edb02..4b5d61fde4281d594030938f732b364f07e9b296 100755 (executable)
@@ -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