diff options
Diffstat (limited to 'dns/bind99/files/patch-configure')
-rw-r--r-- | dns/bind99/files/patch-configure | 25 |
1 files changed, 4 insertions, 21 deletions
diff --git a/dns/bind99/files/patch-configure b/dns/bind99/files/patch-configure index 9c32b1500cef..f25f5d4de0e7 100644 --- a/dns/bind99/files/patch-configure +++ b/dns/bind99/files/patch-configure @@ -1,28 +1,11 @@ ---- configure.orig 2014-03-27 06:00:33.000000000 +0900 -+++ configure 2014-03-27 06:02:11.000000000 +0900 -@@ -14160,6 +14160,8 @@ +--- configure.orig 2014-09-16 19:27:20 UTC ++++ configure +@@ -14211,6 +14211,8 @@ "-lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lresolv" \ "-lgssapi" \ "-lgssapi -lkrb5 -ldes -lcrypt -lasn1 -lroken -lcom_err" \ + "-lkrb5 -lgssapi_krb5 -lkrb5support -lk5crypto -lcom_err" \ + "-lgssapi -lkrb5 -lgssapi_krb5 -lcrypto -lcrypt -lasn1 -lroken -lcom_err" \ "-lgssapi -lkrb5 -lcrypto -lcrypt -lasn1 -lroken -lcom_err" \ + "-lgssapi -lkrb5 -lgssapi_krb5 -lcrypto -lcrypt -lasn1 -lroken -lcom_err" \ "-lgssapi -lkrb5 -lhx509 -lcrypto -lcrypt -lasn1 -lroken -lcom_err" \ - "-lgss -lkrb5" -@@ -14179,12 +14181,14 @@ - $as_echo_n "checking linking as $TRY_LIBS... " >&6; } - cat confdefs.h - <<_ACEOF >conftest.$ac_ext - /* end confdefs.h. */ -+#include <gssapi/gssapi.h> -+#include <gssapi/gssapi_krb5.h> -+#include <krb5.h> - - int - main () - { --gss_acquire_cred();krb5_init_context() -- ; -+gss_acquire_cred(0,0,0,0,0,0,0,0);krb5_init_context(0);gsskrb5_register_acceptor_identity(0); - return 0; - } - _ACEOF |