From: Tobias Brunner Date: Thu, 19 Dec 2019 10:41:59 +0000 (+0100) Subject: Revert "travis: Add a workaround for a bug regarding libtool installed via Homebrew" X-Git-Tag: 5.8.3dr1~70 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83c8f887d9aaea774b8803ce11af523eade56f31;p=thirdparty%2Fstrongswan.git Revert "travis: Add a workaround for a bug regarding libtool installed via Homebrew" This reverts commit 1806ba0890bc503df3dacf01992ec1bca2b0fbb0 as the workaround is not required anymore and now actually fails because pre-installed tools have a dependency on libtool. --- diff --git a/scripts/test.sh b/scripts/test.sh index a0a2895d48..daac078587 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -292,8 +292,6 @@ if test "$1" = "deps"; then ;; osx) brew update && \ - # workaround for issue #6352 - brew uninstall --force libtool && brew install libtool && \ brew install $DEPS ;; freebsd)