Page MenuHomeFreeBSD

D48147.diff
No OneTemporary

D48147.diff

diff --git a/security/sudo/Makefile b/security/sudo/Makefile
--- a/security/sudo/Makefile
+++ b/security/sudo/Makefile
@@ -13,6 +13,10 @@
LICENSE_FILE= ${WRKSRC}/LICENSE.md
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
+FLAVORS= default sssd
+FLAVOR?= ${FLAVORS:[1]}
+sssd_PKGNAMESUFFIX= -sssd
+
USES= cpe libtool pkgconfig
CPE_VENDOR= todd_miller
USE_LDCONFIG= yes
@@ -86,6 +90,10 @@
SSL_USES= ssl
SSL_CONFIGURE_ON= --enable-openssl=${OPENSSLBASE}
+.if ${FLAVOR:U} == sssd
+OPTIONS_DEFAULTS+= SSSD2
+.endif
+
SSSD2_RUN_DEPENDS= sssd:security/sssd2
SSSD2_CONFIGURE_ON= --with-sssd

File Metadata

Mime Type
text/plain
Expires
Sat, Jan 25, 5:07 AM (20 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15754216
Default Alt Text
D48147.diff (622 B)

Event Timeline