git: e38b33060387 - main - Mk/Uses/gssapi.mk: Chase base e26259f48afe
Date: Sun, 10 Aug 2025 04:36:41 UTC
The branch main has been updated by cy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e38b33060387830da36ca834dee9365995fe06dc
commit e38b33060387830da36ca834dee9365995fe06dc
Author: Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2025-08-10 04:19:36 +0000
Commit: Cy Schubert <cy@FreeBSD.org>
CommitDate: 2025-08-10 04:34:21 +0000
Mk/Uses/gssapi.mk: Chase base e26259f48afe
Base e26259f48afe replaced /usr/src/lib/libgssapi with the MIT
gssapi_krb5 in order to support Kerberized NFS. src/lib/libgssapi
uses and supports Heimdal 1.5.2 functions which are incompatible with
MIT's functions. lib/libgssapi uses structures internal to Heimdal 1.5.2
while MIT's GSSAPI uses structures and variables that are internal to
MIT KRB5.
---
Mk/Uses/gssapi.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Mk/Uses/gssapi.mk b/Mk/Uses/gssapi.mk
index fecf29895a5a..36fb72326868 100644
--- a/Mk/Uses/gssapi.mk
+++ b/Mk/Uses/gssapi.mk
@@ -94,7 +94,7 @@ GSSAPILIBDIR= ${GSSAPIBASEDIR}/lib
GSSAPIINCDIR= ${GSSAPIBASEDIR}/include
_HEADERS+= gssapi/gssapi.h gssapi/gssapi_krb5.h krb5/krb5.h
GSSAPICPPFLAGS= -I"${GSSAPIINCDIR}"
-GSSAPILIBS= -lkrb5 -lgssapi -lgssapi_krb5
+GSSAPILIBS= -lkrb5 -lgssapi_krb5
GSSAPILDFLAGS=
. else
# Base has Heimdal KRB5 installed