Re-disable GSSAPI, which does not build on several archs.

Approved by:	delphij (mentor)
This commit is contained in:
Erwin Lansing 2012-12-07 16:05:04 +00:00
parent cfd4d2c42e
commit ebd98a8393
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=243987

View File

@ -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"