git: 0ac024cf489b - main - security/sssd2: Use proper path to adcli and add RUN_DEPENDS on it
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 07 Jun 2024 13:13:32 UTC
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=0ac024cf489b9dc11e822f266711c85d860092a4 commit 0ac024cf489b9dc11e822f266711c85d860092a4 Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2024-06-07 13:12:53 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2024-06-07 13:13:27 +0000 security/sssd2: Use proper path to adcli and add RUN_DEPENDS on it Sponsored by: Serenity Cybersecurity, LLC --- security/sssd2/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/security/sssd2/Makefile b/security/sssd2/Makefile index d0b7155fc26e..d2b6ca35c7ef 100644 --- a/security/sssd2/Makefile +++ b/security/sssd2/Makefile @@ -54,14 +54,14 @@ LIB_DEPENDS= libcares.so:dns/c-ares \ libunistring.so:devel/libunistring \ libuuid.so:misc/e2fsprogs-libuuid -RUN_DEPENDS= cyrus-sasl-gssapi>0:security/cyrus-sasl2-gssapi +RUN_DEPENDS= adcli:net-mgmt/adcli \ + cyrus-sasl-gssapi>0:security/cyrus-sasl2-gssapi USES= autoreconf cpe gettext gmake gssapi:bootstrap,flags,mit iconv ldap \ libtool localbase:ldflags pathfix pkgconfig python:3.9+ shebangfix ssl USE_LDCONFIG= yes GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share INSTALL_TARGET= install-strip CPE_VENDOR= fedoraproject @@ -120,6 +120,7 @@ CONFIGURE_ARGS= --disable-dependency-tracking \ --with-python_prefix=${PREFIX} \ --with-unicode-lib=libunistring +CPPFLAGS+= -DRENEWAL_PROG_PATH='\"${LOCALBASE}/sbin/adcli\"' CFLAGS+= -fstack-protector-all CFLAGS+= -I${LOCALBASE}/include/samba4