]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
travis: enable gold linker when NOT on OSX
authorVincent Bernat <vincent@bernat.im>
Thu, 6 Oct 2016 08:56:12 +0000 (10:56 +0200)
committerVincent Bernat <vincent@bernat.im>
Thu, 6 Oct 2016 08:56:12 +0000 (10:56 +0200)
tests/ci/run.sh

index 83fd6569bf47d2dbe190afa30558ac4f5f639ff7..2d1d192d58b9a6e4425c1bfcd2f602e6a8c60c5d 100755 (executable)
@@ -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