[openssh-commits] [openssh] 01/01: Enable ldns when using ldns-config.
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Mar 24 09:52:14 AEDT 2017
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch V_7_5
in repository openssh.
commit 4632b63bdc864e0a627bd4620752b33066ad4ef1
Author: Darren Tucker <dtucker at zip.com.au>
Date: Fri Mar 24 09:44:56 2017 +1100
Enable ldns when using ldns-config.
Actually enable ldns when attempting to use ldns-config. bz#2697, patch
from fredrik at fornwall.net.
---
configure.ac | 1 +
1 file changed, 1 insertion(+)
diff --git a/configure.ac b/configure.ac
index c2878e3..82b28ce 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1486,6 +1486,7 @@ AC_ARG_WITH(ldns,
else
LIBS="$LIBS `$LDNSCONFIG --libs`"
CPPFLAGS="$CPPFLAGS `$LDNSCONFIG --cflags`"
+ ldns=yes
fi
elif test "x$withval" != "xno" ; then
CPPFLAGS="$CPPFLAGS -I${withval}/include"
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list