mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
- Travis fix for ios by omitting tools from install.
This commit is contained in:
parent
7459b1dceb
commit
2889be5e90
2 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue