security/sudo: sync with upstream
Taken from: FreeBSD
This commit is contained in:
parent
053f5ed19e
commit
47bfeae523
1 changed files with 8 additions and 0 deletions
|
|
@ -13,6 +13,10 @@ LICENSE_NAME= Sudo license
|
|||
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 @@ PYTHON_CONFIGURE_ENABLE=python
|
|||
SSL_USES= ssl
|
||||
SSL_CONFIGURE_ON= --enable-openssl=${OPENSSLBASE}
|
||||
|
||||
.if ${FLAVOR:U} == sssd
|
||||
OPTIONS_DEFAULT+= SSSD2
|
||||
.endif
|
||||
|
||||
SSSD2_RUN_DEPENDS= sssd:security/sssd2
|
||||
SSSD2_CONFIGURE_ON= --with-sssd
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue