summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2012-12-07 16:05:04 +0000
committererwin <erwin@FreeBSD.org>2012-12-07 16:05:04 +0000
commit450d7e4b366f20224b54e3f1ee82583f0d9b40a0 (patch)
treec365309cb87c0855977380f3646be459aa256aa6
parent5d8c8fc50b9836a3c4a9d975721d7682dd286965 (diff)
downloadFreeBSD-src-450d7e4b366f20224b54e3f1ee82583f0d9b40a0.zip
FreeBSD-src-450d7e4b366f20224b54e3f1ee82583f0d9b40a0.tar.gz
Re-disable GSSAPI, which does not build on several archs.
Approved by: delphij (mentor)
-rw-r--r--lib/bind/config.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/bind/config.mk b/lib/bind/config.mk
index 88ec258..ebac59a 100644
--- a/lib/bind/config.mk
+++ b/lib/bind/config.mk
@@ -27,10 +27,10 @@ INTERNALLIB=
.endif
.endif
-# Enable GSSAPI support if available
-.if ${MK_KERBEROS} != "no"
-CFLAGS+= -DGSSAPI
-.endif
+# GSSAPI support is incomplete in 9.3.0
+#.if ${MK_KERBEROS} != "no"
+#CFLAGS+= -DGSSAPI
+#.endif
# Enable IPv6 support if available
.if ${MK_INET6_SUPPORT} != "no"
OpenPOWER on IntegriCloud