From 2889be5e901e1db69dd6df5cc9de7d780cd863ed Mon Sep 17 00:00:00 2001 From: "W.C.A. Wijngaards" Date: Tue, 24 Mar 2020 10:23:00 +0100 Subject: [PATCH] - Travis fix for ios by omitting tools from install. --- contrib/ios/install_tools.sh | 3 ++- doc/Changelog | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) 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. -- 2.47.3