git: e034de77bc10 - main - security/sudo: Pass correct --with-sssd-conf value to the configure script

From: Gleb Popov <arrowd_at_FreeBSD.org>
Date: Wed, 29 Oct 2025 06:30:23 UTC
The branch main has been updated by arrowd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e034de77bc10088458d09edf51ff15107c49bbc8

commit e034de77bc10088458d09edf51ff15107c49bbc8
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2025-10-10 16:14:30 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2025-10-29 06:20:40 +0000

    security/sudo: Pass correct --with-sssd-conf value to the configure script
    
    Approved by: kiwi
    Differential Revision: https://reviews.freebsd.org/D53072
---
 security/sudo/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/security/sudo/Makefile b/security/sudo/Makefile
index cfbabb3824dc..42f7edd8e824 100644
--- a/security/sudo/Makefile
+++ b/security/sudo/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	sudo
 PORTVERSION=	1.9.17p2
+PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	SUDO
 
@@ -90,7 +91,8 @@ SSL_CONFIGURE_ON=	--enable-openssl=${OPENSSLBASE}
 
 .if ${FLAVOR:U} == sssd
 RUN_DEPENDS+=		sssd:security/sssd2
-CONFIGURE_ARGS+=	--with-sssd
+CONFIGURE_ARGS+=	--with-sssd \
+			--with-sssd-conf=${LOCALBASE}/etc/sssd/sssd.conf
 .endif
 
 LOGFAC?=		authpriv