Author: erwin
Date: Fri Dec  7 16:05:04 2012
New Revision: 243987
URL: http://svnweb.freebsd.org/changeset/base/243987

Log:
  Re-disable GSSAPI, which does not build on several archs.
  
  Approved by:  delphij (mentor)

Modified:
  head/lib/bind/config.mk

Modified: head/lib/bind/config.mk
==============================================================================
--- head/lib/bind/config.mk     Fri Dec  7 14:26:12 2012        (r243986)
+++ head/lib/bind/config.mk     Fri Dec  7 16:05:04 2012        (r243987)
@@ -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"
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to