commit: 59596bbc2c29e508251be245bc79fc36ffe57572 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Sun Oct 11 21:53:40 2020 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Sun Oct 11 21:55:07 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59596bbc
sys-auth/sssd: Enable local provider Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> sys-auth/sssd/{sssd-2.3.1-r1.ebuild => sssd-2.3.1-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-auth/sssd/sssd-2.3.1-r1.ebuild b/sys-auth/sssd/sssd-2.3.1-r2.ebuild similarity index 99% rename from sys-auth/sssd/sssd-2.3.1-r1.ebuild rename to sys-auth/sssd/sssd-2.3.1-r2.ebuild index 72dab04b2dc..9526ab80a3f 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