]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
travis: fix issue with Travis and libtool
authorVincent Bernat <vincent@bernat.im>
Fri, 29 Jul 2016 05:08:30 +0000 (07:08 +0200)
committerVincent Bernat <vincent@bernat.im>
Fri, 29 Jul 2016 05:08:30 +0000 (07:08 +0200)
tests/ci/install.sh

index 0b4063ce88ed9fecbbe18cee3c38553e668edc39..070ef5f0c5b479ef043f3045e39b40d1ba07f0b3 100755 (executable)
@@ -5,7 +5,10 @@ set -e
 case "$(uname -s)" in
     Darwin)
         brew update
-        brew install libevent jansson libxml2 check net-snmp
+        # Workaround a bug in Travis:
+        # https://github.com/Homebrew/legacy-homebrew/issues/43874
+        brew uninstall libtool
+        brew install libtool libevent jansson libxml2 check net-snmp
         ;;
     Linux)
         # We prefer gcc-5