- Travis fix for ios by omitting tools from install.

This commit is contained in:
W.C.A. Wijngaards 2020-03-24 10:23:00 +01:00
parent 7459b1dceb
commit 2889be5e90
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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.