diff options
author | Matt Turner <mattst88@gentoo.org> | 2020-10-11 14:53:40 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-10-11 14:55:07 -0700 |
commit | 59596bbc2c29e508251be245bc79fc36ffe57572 (patch) | |
tree | 43739e58ff5f4cfa58c3d4166960dad0e9161cff /sys-auth | |
parent | package.mask: Restore meson networkmanager p.mask (diff) | |
download | gentoo-59596bbc2c29e508251be245bc79fc36ffe57572.tar.gz gentoo-59596bbc2c29e508251be245bc79fc36ffe57572.tar.bz2 gentoo-59596bbc2c29e508251be245bc79fc36ffe57572.zip |
sys-auth/sssd: Enable local provider
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/sssd/sssd-2.3.1-r2.ebuild (renamed from sys-auth/sssd/sssd-2.3.1-r1.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-auth/sssd/sssd-2.3.1-r1.ebuild b/sys-auth/sssd/sssd-2.3.1-r2.ebuild index 72dab04b2dc2..9526ab80a3f5 100644 --- a/sys-auth/sssd/sssd-2.3.1-r1.ebuild +++ b/sys-auth/sssd/sssd-2.3.1-r2.ebuild @@ -151,6 +151,7 @@ multilib_src_configure() { --disable-rpath --sbindir=/usr/sbin --with-crypto="libcrypto" + --enable-local-provider $(multilib_native_use_with systemd kcm) $(multilib_native_use_with systemd secrets) $(use_with samba) @@ -170,7 +171,6 @@ multilib_src_configure() { $(use_enable valgrind) --without-python2-bindings $(multilib_native_use_with python python3-bindings) - ) # Annoyingly configure requires that you pick systemd XOR sysv |