Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/sssd/
Date: Sun, 11 Oct 2020 21:55:20
Message-Id: 1602453307.59596bbc2c29e508251be245bc79fc36ffe57572.mattst88@gentoo
1 commit: 59596bbc2c29e508251be245bc79fc36ffe57572
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 11 21:53:40 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 11 21:55:07 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59596bbc
7
8 sys-auth/sssd: Enable local provider
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 sys-auth/sssd/{sssd-2.3.1-r1.ebuild => sssd-2.3.1-r2.ebuild} | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-auth/sssd/sssd-2.3.1-r1.ebuild b/sys-auth/sssd/sssd-2.3.1-r2.ebuild
16 similarity index 99%
17 rename from sys-auth/sssd/sssd-2.3.1-r1.ebuild
18 rename to sys-auth/sssd/sssd-2.3.1-r2.ebuild
19 index 72dab04b2dc..9526ab80a3f 100644
20 --- a/sys-auth/sssd/sssd-2.3.1-r1.ebuild
21 +++ b/sys-auth/sssd/sssd-2.3.1-r2.ebuild
22 @@ -151,6 +151,7 @@ multilib_src_configure() {
23 --disable-rpath
24 --sbindir=/usr/sbin
25 --with-crypto="libcrypto"
26 + --enable-local-provider
27 $(multilib_native_use_with systemd kcm)
28 $(multilib_native_use_with systemd secrets)
29 $(use_with samba)
30 @@ -170,7 +171,6 @@ multilib_src_configure() {
31 $(use_enable valgrind)
32 --without-python2-bindings
33 $(multilib_native_use_with python python3-bindings)
34 -
35 )
36
37 # Annoyingly configure requires that you pick systemd XOR sysv