summaryrefslogtreecommitdiffstats
path: root/share/mk
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2007-12-10 19:09:24 +0000
committerdougb <dougb@FreeBSD.org>2007-12-10 19:09:24 +0000
commit13eeb9aa260c17324b860bc2f66af8f352657072 (patch)
treee0d7a962bbcc2c3f8c45471b446b8d2908ec09d6 /share/mk
parent0d684d927bf42ec9c53b0f921e6aaa42e7236cd7 (diff)
downloadFreeBSD-src-13eeb9aa260c17324b860bc2f66af8f352657072.zip
FreeBSD-src-13eeb9aa260c17324b860bc2f66af8f352657072.tar.gz
Hide the building and installation of libgssapi behind the
WITHOUT_KERBEROS knob. While GSS can be used for other things some third party software (most notably ports/x11/kdelibs3) takes the presence of libgssapi as an indication that kerberos is available, and attempts to link with the kerberos libs. If they are not available, the build will fail. Because you might want to use GSS but not kerberos, add a knob to re-enable it if WITHOUT_KERBEROS is present. Document the new knob, and the new behavior of WITHOUT_KERBEROS. Not objected and/or generally agreed to by: freebsd-arch Problem discussed/analyzed in: PR: ports/116484
Diffstat (limited to 'share/mk')
-rw-r--r--share/mk/bsd.own.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk
index 4e0491a..d1a89f2 100644
--- a/share/mk/bsd.own.mk
+++ b/share/mk/bsd.own.mk
@@ -381,6 +381,7 @@ MK_${var}:= yes
#
.for var in \
BIND_LIBS \
+ GSSAPI \
HESIOD \
IDEA
.if defined(WITH_${var}) && defined(WITHOUT_${var})
OpenPOWER on IntegriCloud