Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Dec 2012 16:05:04 +0000 (UTC)
From:      Erwin Lansing <erwin@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r243987 - head/lib/bind
Message-ID:  <201212071605.qB7G54LE033849@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212071605.qB7G54LE033849>