git: 1c0b62b20d66 - main - net/samba423: Fix build with GSSAPI_MIT
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 19 Dec 2025 20:54:10 UTC
The branch main has been updated by 0mp:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1c0b62b20d660ff5de6832fcab34aa6929d0c9e5
commit 1c0b62b20d660ff5de6832fcab34aa6929d0c9e5
Author: Christian Ullrich <chris@chrullrich.net>
AuthorDate: 2025-12-19 20:53:05 +0000
Commit: Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2025-12-19 20:54:07 +0000
net/samba423: Fix build with GSSAPI_MIT
PR: 291795
---
net/samba423/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/samba423/Makefile b/net/samba423/Makefile
index 448ab05f8b52..369b53e9279b 100644
--- a/net/samba423/Makefile
+++ b/net/samba423/Makefile
@@ -303,7 +303,7 @@ GPGME_CONFIGURE_WITH= gpgme
GSSAPI_BUILTIN_USES= bison
GSSAPI_MIT_USES= bison gssapi:mit
-GSSAPI_MIT_CONFIGURE_ON= --with-system-mitkrb5 ${GSSAPIBASEDIR} \
+GSSAPI_MIT_CONFIGURE_ON= --with-system-mitkrb5 \
--with-system-mitkdc=${GSSAPIBASEDIR}/sbin/krb5kdc \
--with-experimental-mit-ad-dc
GSSAPI_MIT_PLIST_FILES= ${SAMBA_MODULESDIR}/krb5/winbind_krb5_localauth.so \