diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-08-29 10:28:45 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-08-29 10:28:45 +0000 |
commit | adc8bd63419cd7dfcc9cbe6bb69f9c163cb65189 (patch) | |
tree | cb36226ce888deb0a98e83c07ecdf4b3c4f7bcc1 /dns/bind99/files/patch-configure | |
parent | MFH: r448823 (diff) |
MFH: r446860
Update BIND9 ports to 9.{9.11,10.6,11.2}.
Fixes related to LMDB usage:
https://kb.isc.org/article/AA-01497/0/Operational-Notification%3A-LMDB-integration-problems-with-BIND-9.11.0-and-9.11.1.html
Sponsored by: Absolight
Diffstat (limited to 'dns/bind99/files/patch-configure')
-rw-r--r-- | dns/bind99/files/patch-configure | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dns/bind99/files/patch-configure b/dns/bind99/files/patch-configure index af3e818feafb..74ca2d6eddc6 100644 --- a/dns/bind99/files/patch-configure +++ b/dns/bind99/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig 2017-04-14 03:50:56 UTC +--- configure.orig 2017-07-24 05:26:01 UTC +++ configure -@@ -14508,27 +14508,9 @@ done +@@ -14509,27 +14509,9 @@ done # problems start to show up. saved_libs="$LIBS" for TRY_LIBS in \ @@ -30,7 +30,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking linking as $TRY_LIBS" >&5 $as_echo_n "checking linking as $TRY_LIBS... " >&6; } cat confdefs.h - <<_ACEOF >conftest.$ac_ext -@@ -14571,47 +14553,7 @@ $as_echo "no" >&6; } ;; +@@ -14572,47 +14554,7 @@ $as_echo "no" >&6; } ;; no) as_fn_error $? "could not determine proper GSSAPI linkage" "$LINENO" 5 ;; esac @@ -79,7 +79,7 @@ DNS_GSSAPI_LIBS="$LIBS" { $as_echo "$as_me:${as_lineno-$LINENO}: result: using GSSAPI from $use_gssapi/lib and $use_gssapi/include" >&5 -@@ -20735,7 +20677,7 @@ $as_echo "" >&6; } +@@ -20809,7 +20751,7 @@ $as_echo "" >&6; } # Check other locations for includes. # Order is important (sigh). |