diff options
author | erwin <erwin@FreeBSD.org> | 2012-12-07 16:05:04 +0000 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2012-12-07 16:05:04 +0000 |
commit | 450d7e4b366f20224b54e3f1ee82583f0d9b40a0 (patch) | |
tree | c365309cb87c0855977380f3646be459aa256aa6 /lib/bind | |
parent | 5d8c8fc50b9836a3c4a9d975721d7682dd286965 (diff) | |
download | FreeBSD-src-450d7e4b366f20224b54e3f1ee82583f0d9b40a0.zip FreeBSD-src-450d7e4b366f20224b54e3f1ee82583f0d9b40a0.tar.gz |
Re-disable GSSAPI, which does not build on several archs.
Approved by: delphij (mentor)
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 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" |