Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F106210283
D48147.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
625 B
Referenced Files
None
Subscribers
None
D48147.diff
View Options
diff --git a/security/sudo/Makefile b/security/sudo/Makefile
--- a/security/sudo/Makefile
+++ b/security/sudo/Makefile
@@ -12,6 +12,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
@@ -92,6 +96,10 @@
SSSD_RUN_DEPENDS= sssd:security/sssd
SSSD_CONFIGURE_ON= --with-sssd
+.if ${FLAVOR:U} == sssd
+OPTIONS_DEFAULTS+= SSSD2
+.endif
+
SSSD2_RUN_DEPENDS= sssd:security/sssd2
SSSD2_CONFIGURE_ON= --with-sssd
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Dec 28, 5:50 AM (26 m, 28 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15530190
Default Alt Text
D48147.diff (625 B)
Attached To
Mode
D48147: [PATCH] security/sudo: Addming sssd flavor to sudo
Attached
Detach File
Event Timeline
Log In to Comment