diff options
Diffstat (limited to 'dns/bind9-devel/files/patch-configure')
-rw-r--r-- | dns/bind9-devel/files/patch-configure | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/dns/bind9-devel/files/patch-configure b/dns/bind9-devel/files/patch-configure index 85145dc6b9b2..98d5343c2f9c 100644 --- a/dns/bind9-devel/files/patch-configure +++ b/dns/bind9-devel/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig 2016-10-16 01:06:28 UTC +--- configure.orig 2016-10-20 00:03:20 UTC +++ configure -@@ -14341,27 +14341,9 @@ done +@@ -14359,27 +14359,9 @@ done # problems start to show up. saved_libs="$LIBS" for TRY_LIBS in \ @@ -20,7 +20,7 @@ - # -L/usr/local/lib to LIBS, which can make the - # -lgssapi_krb5 test succeed with shared libraries even - # when you are trying to build with KTH in /usr/lib. -- if test "$use_gssapi" = "/usr" +- if test "/usr" = "$use_gssapi" - then - LIBS="$TRY_LIBS" - else @@ -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 -@@ -14404,47 +14386,7 @@ $as_echo "no" >&6; } ;; +@@ -14422,47 +14404,7 @@ $as_echo "no" >&6; } ;; no) as_fn_error $? "could not determine proper GSSAPI linkage" "$LINENO" 5 ;; esac @@ -43,7 +43,7 @@ - # many times as it is the right thing. Something better - # needs to be done. - # -- if test "$use_gssapi" = "/usr" -a \ +- if test "/usr" = "$use_gssapi" -a \ - -f /usr/local/lib/libkrb5.a; then - FIX_KTH_VS_MIT=yes - fi @@ -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 -@@ -22526,7 +22468,7 @@ $as_echo "" >&6; } +@@ -22544,7 +22486,7 @@ $as_echo "" >&6; } # Check other locations for includes. # Order is important (sigh). |