mirror of
https://github.com/strongswan/strongswan.git
synced 2025-12-08 00:00:29 -05:00
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.
This commit is contained in:
parent
e5f18a46b7
commit
83c8f887d9
@ -292,8 +292,6 @@ if test "$1" = "deps"; then
|
|||||||
;;
|
;;
|
||||||
osx)
|
osx)
|
||||||
brew update && \
|
brew update && \
|
||||||
# workaround for issue #6352
|
|
||||||
brew uninstall --force libtool && brew install libtool && \
|
|
||||||
brew install $DEPS
|
brew install $DEPS
|
||||||
;;
|
;;
|
||||||
freebsd)
|
freebsd)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user