diff options
| author | Erwin Lansing <erwin@FreeBSD.org> | 2012-12-07 16:05:04 +0000 |
|---|---|---|
| committer | Erwin Lansing <erwin@FreeBSD.org> | 2012-12-07 16:05:04 +0000 |
| commit | ebd98a8393ec74f202e04c7e11997ca82d4ff9c0 (patch) | |
| tree | c365309cb87c0855977380f3646be459aa256aa6 /lib/bind | |
| parent | cfd4d2c42e1c88d28ef6b9bca1ffbab32de3e7ff (diff) | |
Notes
Diffstat (limited to 'lib/bind')
| -rw-r--r-- | lib/bind/config.mk | 8 |
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" |
