diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2017-06-09 22:44:19 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2017-06-09 22:44:19 +0800 |
commit | 353a9f30aeefa6c10512c72973816e6af9194601 (patch) | |
tree | 4070e3d9dd2d46ccf9f5b9ec7d28978fc28f3d93 /security/openssh-portable/files | |
parent | 13cca8423ee42b043a69107c9221a28efc71e1ce (diff) | |
download | freebsd-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.ac | 12 |
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 |