aboutsummaryrefslogtreecommitdiff
path: root/lib/bind
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2012-12-07 16:05:04 +0000
committerErwin Lansing <erwin@FreeBSD.org>2012-12-07 16:05:04 +0000
commitebd98a8393ec74f202e04c7e11997ca82d4ff9c0 (patch)
treec365309cb87c0855977380f3646be459aa256aa6 /lib/bind
parentcfd4d2c42e1c88d28ef6b9bca1ffbab32de3e7ff (diff)
Notes
Diffstat (limited to 'lib/bind')
-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 88ec258449fe..ebac59aced90 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"