summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2014-06-20 07:35:55 +0000
committertijl <tijl@FreeBSD.org>2014-06-20 07:35:55 +0000
commitfb2fa3180cc15f2a89d579be288562ac00171307 (patch)
treee6a23d6cd61a0d607b0bd7ba10efe32a3ff4cc46 /tools
parentde4e2206d57bda2268e6b69f09b86ff63cc71f8e (diff)
downloadFreeBSD-src-fb2fa3180cc15f2a89d579be288562ac00171307.zip
FreeBSD-src-fb2fa3180cc15f2a89d579be288562ac00171307.tar.gz
MFC r267441:
Don't install GSS-API headers when the GSSAPI option has been disabled. Some ports assume GSS-API is supported when they find the headers. PR: 189156 Submitted by: Garrett Cooper <yanegomi@gmail.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/build/mk/OptionalObsoleteFiles.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc
index 044941a..ec7d77d 100644
--- a/tools/build/mk/OptionalObsoleteFiles.inc
+++ b/tools/build/mk/OptionalObsoleteFiles.inc
@@ -1773,6 +1773,9 @@ OLD_DIRS+=usr/share/tmac
.endif
.if ${MK_GSSAPI} == no
+OLD_FILES+=usr/include/gssapi/gssapi.h
+OLD_DIRS+=usr/include/gssapi
+OLD_FILES+=usr/include/gssapi.h
OLD_FILES+=usr/lib/libgssapi.a
OLD_FILES+=usr/lib/libgssapi.so
OLD_LIBS+=usr/lib/libgssapi.so.10
OpenPOWER on IntegriCloud