From: Tobias Brunner Date: Wed, 24 Aug 2016 08:50:28 +0000 (+0200) Subject: travis: Add a workaround for a bug regarding libtool installed via Homebrew X-Git-Tag: 5.5.1dr2~2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=1806ba0890bc503df3dacf01992ec1bca2b0fbb0;p=thirdparty%2Fstrongswan.git travis: Add a workaround for a bug regarding libtool installed via Homebrew --- diff --git a/scripts/test.sh b/scripts/test.sh index 26bf1b9014..1d94b9bf04 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -124,6 +124,8 @@ if test "$1" = "deps"; then ;; osx) brew update && \ + # workaround for issue #6352 + brew uninstall --force libtool && brew install libtool && \ brew install $DEPS ;; esac