aboutsummaryrefslogtreecommitdiffstats
path: root/security/openssh-portable/files
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2017-06-09 22:44:19 +0800
committerbdrewery <bdrewery@FreeBSD.org>2017-06-09 22:44:19 +0800
commit353a9f30aeefa6c10512c72973816e6af9194601 (patch)
tree4070e3d9dd2d46ccf9f5b9ec7d28978fc28f3d93 /security/openssh-portable/files
parent13cca8423ee42b043a69107c9221a28efc71e1ce (diff)
downloadfreebsd-ports-gnome-353a9f30aeefa6c10512c72973816e6af9194601.tar.gz
freebsd-ports-gnome-353a9f30aeefa6c10512c72973816e6af9194601.tar.zst
freebsd-ports-gnome-353a9f30aeefa6c10512c72973816e6af9194601.zip
Fix LDNS detection.
This is the same fix made upstream as well. PR: 218472 Submitted by: leres@ee.lbl.gov MFH: 2017Q2
Diffstat (limited to 'security/openssh-portable/files')
-rw-r--r--security/openssh-portable/files/patch-configure.ac12
1 files changed, 10 insertions, 2 deletions
diff --git a/security/openssh-portable/files/patch-configure.ac b/security/openssh-portable/files/patch-configure.ac
index 85ec6db972e7..3f2b13b6cefc 100644
--- a/security/openssh-portable/files/patch-configure.ac
+++ b/security/openssh-portable/files/patch-configure.ac
@@ -1,6 +1,14 @@
---- configure.ac.intermediate 2016-02-03 22:06:00 UTC
+--- configure.ac.orig 2017-04-08 02:15:16 UTC
+++ configure.ac
-@@ -1543,7 +1543,7 @@ AC_ARG_WITH([libedit],
+@@ -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"
+@@ -1544,7 +1545,7 @@ AC_ARG_WITH([libedit],
LIBEDIT=`$PKGCONFIG --libs libedit`
CPPFLAGS="$CPPFLAGS `$PKGCONFIG --cflags libedit`"
else