From a515b8d6882b641bd450414f25e406463f3a2038 Mon Sep 17 00:00:00 2001 From: "W.C.A. Wijngaards" Date: Tue, 3 Dec 2013 10:41:29 +0100 Subject: [PATCH] Use newer unbound for linking issues with sldns --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 843dc94b..d98f8247 100644 --- a/README.md +++ b/README.md @@ -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.