From: W.C.A. Wijngaards Date: Tue, 24 Mar 2020 09:23:00 +0000 (+0100) Subject: - Travis fix for ios by omitting tools from install. X-Git-Tag: 1.11.0rc1~80 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2889be5e901e1db69dd6df5cc9de7d780cd863ed;p=thirdparty%2Funbound.git - Travis fix for ios by omitting tools from install. --- diff --git a/contrib/ios/install_tools.sh b/contrib/ios/install_tools.sh index a59fc0eb7..55fef454e 100755 --- a/contrib/ios/install_tools.sh +++ b/contrib/ios/install_tools.sh @@ -4,4 +4,5 @@ echo "Updating tools" brew update 1>/dev/null echo "Installing tools" -brew install autoconf automake libtool pkg-config curl perl 1>/dev/null +# already installed are: autoconf automake libtool pkg-config +brew install curl perl 1>/dev/null diff --git a/doc/Changelog b/doc/Changelog index 94a1e99c3..094b315eb 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -2,6 +2,7 @@ - Merge PR #200 from yarikk: add ip-dscp option to specify the DSCP tag for outgoing packets. - Fixes on #200. + - Travis fix for ios by omitting tools from install. 23 March 2020: Wouter - Fix compile on Solaris for unbound-checkconf.