gssapi,krb5: Replace libgssapi with the MIT version
lib/libgssapi is based on Heimdal. As on Linux systems, the MIT libgssapi_krb5 replaces it. With both gssapi libraries and header files installed results in broken buildworld (gssd) and ports that will not build without modifications to support the MIT gssapi in an alternate location.73ed0c7992removed the MIT GSSAPI headers from /usr/include. Apps using MIT KRB5 gssapi functions and structures will fail to build without this patch. This patch includes a temporary patch to usr.sbin/gssd to allow it to build with this patch. rmacklem@ has a patch for this and for kgssapi that uses this patch to resolve kgssapi issues for NFS with Kerberos. This patch is an updated version of D51661 to allow it to build following additional patchs to the tree. This should have been implmented with7e35117eb0. Fixes:7e35117eb0,73ed0c7992Differential Revision: https://reviews.freebsd.org/D51661
This commit is contained in:
+1
-1
@@ -293,7 +293,7 @@ LSUBSUBDIRS+= netgraph/bluetooth/include
|
||||
LSUBDIRS+= fs/cuse
|
||||
.endif
|
||||
|
||||
.if ${MK_GSSAPI} != "no"
|
||||
.if ${MK_GSSAPI} != "no" && ${MK_MITKRB5} == "no"
|
||||
SUBDIR+= gssapi
|
||||
INCS+= gssapi.h
|
||||
.endif
|
||||
|
||||
Reference in New Issue
Block a user