diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2020-01-16 08:33:04 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2020-01-16 08:33:04 +0000 |
commit | 0835ef5d057bfe3678e43bd2ed674acea3ace628 (patch) | |
tree | 2cd32f370a37c9eba561025649a26da4c2b6623f /dns/bind9-devel/files/patch-configure | |
parent | security/py-fail2ban: Update to 0.11.1 (diff) |
Update to latest commit.
Fixes a startup issue.
Diffstat (limited to 'dns/bind9-devel/files/patch-configure')
-rw-r--r-- | dns/bind9-devel/files/patch-configure | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dns/bind9-devel/files/patch-configure b/dns/bind9-devel/files/patch-configure index b97dc1820336..5dcccac9eeb4 100644 --- a/dns/bind9-devel/files/patch-configure +++ b/dns/bind9-devel/files/patch-configure @@ -1,8 +1,8 @@ Fixup gssapi and db detection. ---- configure.orig 2019-12-13 08:58:14 UTC +--- configure.orig 2020-01-16 07:41:10 UTC +++ configure -@@ -17437,27 +17437,9 @@ done +@@ -17440,27 +17440,9 @@ done # problems start to show up. saved_libs="$LIBS" for TRY_LIBS in \ @@ -32,7 +32,7 @@ Fixup gssapi and db detection. { $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 -@@ -17500,47 +17482,7 @@ $as_echo "no" >&6; } ;; +@@ -17503,47 +17485,7 @@ $as_echo "no" >&6; } ;; no) as_fn_error $? "could not determine proper GSSAPI linkage" "$LINENO" 5 ;; esac @@ -81,7 +81,7 @@ Fixup gssapi and db detection. DNS_GSSAPI_LIBS="$LIBS" { $as_echo "$as_me:${as_lineno-$LINENO}: result: using GSSAPI from $use_gssapi/lib and $use_gssapi/include" >&5 -@@ -23052,7 +22994,7 @@ $as_echo "" >&6; } +@@ -23055,7 +22997,7 @@ $as_echo "" >&6; } # Check other locations for includes. # Order is important (sigh). |