From: Vincent Bernat Date: Thu, 6 Oct 2016 08:56:12 +0000 (+0200) Subject: travis: enable gold linker when NOT on OSX X-Git-Tag: 0.9.6~33 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4e8db3cc7b91d757659d15fa69a6e78ec342982e;p=thirdparty%2Flldpd.git travis: enable gold linker when NOT on OSX --- diff --git a/tests/ci/run.sh b/tests/ci/run.sh index 83fd6569..2d1d192d 100755 --- a/tests/ci/run.sh +++ b/tests/ci/run.sh @@ -8,8 +8,6 @@ LLDPD_CONFIG_ARGS="$LLDPD_CONFIG_ARGS --localstatedir=/var --sysconfdir=/etc --p case "$(uname -s)" in Linux) LLDPD_CONFIG_ARGS="$LLDPD_CONFIG_ARGS --enable-sanitizers" - ;; - Darwin) LLDPD_CONFIG_ARGS="$LLDPD_CONFIG_ARGS LDFLAGS=-fuse-ld=gold" ;; esac