1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00

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
This commit is contained in:
Mathieu Arnold 2016-08-24 13:03:30 +00:00
parent e7c25f9f24
commit 5ab3a2ed29
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=420788

View File

@ -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