aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/Uses/gssapi.mk
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2016-08-24 21:03:30 +0800
committermat <mat@FreeBSD.org>2016-08-24 21:03:30 +0800
commit3d9b2a7d31ad7f4b781c746ade5a46fbfb7cde68 (patch)
tree06172f0ace7fd19e55c55d05981d27f370927228 /Mk/Uses/gssapi.mk
parent37ae3c945d9de76ad416e8236349b5c4b9cc65c9 (diff)
downloadfreebsd-ports-gnome-3d9b2a7d31ad7f4b781c746ade5a46fbfb7cde68.tar.gz
freebsd-ports-gnome-3d9b2a7d31ad7f4b781c746ade5a46fbfb7cde68.tar.zst
freebsd-ports-gnome-3d9b2a7d31ad7f4b781c746ade5a46fbfb7cde68.zip
Can't use GSSAPI from base when using OpenSSL from ports.
It kinda works when both OpenSSL have the same options, but fails in strange ways if they do not. Sponsored by: Absolight
Diffstat (limited to 'Mk/Uses/gssapi.mk')
-rw-r--r--Mk/Uses/gssapi.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/Mk/Uses/gssapi.mk b/Mk/Uses/gssapi.mk
index 35aba01822bd..e673988dde3f 100644
--- a/Mk/Uses/gssapi.mk
+++ b/Mk/Uses/gssapi.mk
@@ -86,6 +86,9 @@ gssapi_ARGS= base
.for _A in ${gssapi_ARGS}
_local:= ${_A}
.if ${_local} == "base"
+. if ${SSL_DEFAULT} != base
+IGNORE= You are using OpenSSL from ports and have selected GSSAPI from base, please select another GSSAPI value.
+. endif
HEIMDAL_HOME= /usr
GSSAPIBASEDIR= ${HEIMDAL_HOME}
GSSAPILIBDIR= ${GSSAPIBASEDIR}/lib