mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
Fix LDNS detection.
This is the same fix made upstream as well. PR: 218472 Submitted by: leres@ee.lbl.gov MFH: 2017Q2
This commit is contained in:
parent
337a42cfb9
commit
995a1faef3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=442999
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= openssh
|
||||
DISTVERSION= 7.5p1
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= security ipv6
|
||||
MASTER_SITES= OPENBSD/OpenSSH/portable
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user