Use newer unbound for linking issues with sldns

This commit is contained in:
W.C.A. Wijngaards 2013-12-03 10:41:29 +01:00
parent 997fbec46f
commit a515b8d688
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ Assuming that the getdns sources are in a diretory named getdns in your home dir
```
# mkdir unbound
# cd unbound
# svn export -r 3012 http://unbound.nlnetlabs.nl/svn/trunk
# svn export -r 3023 http://unbound.nlnetlabs.nl/svn/trunk
# cd trunk
# ./configure --with-libevent --with-libunbound-only
### add --disable-gost --disable-ecdsa if elliptic curves are disabled for you.