commit:     d1fdd7f8fb5061422e69212c81d6f46d8035cff2
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 14 13:25:08 2025 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Wed Jan 15 11:19:42 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1fdd7f8

sys-auth/sssd: Apply previous cross fixes to 2.10.1

I don't know why these weren't carried forward.

Closes: https://github.com/gentoo/gentoo/pull/40130
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 sys-auth/sssd/sssd-2.10.1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sys-auth/sssd/sssd-2.10.1.ebuild b/sys-auth/sssd/sssd-2.10.1.ebuild
index 7e146e674287..3f04d442515f 100644
--- a/sys-auth/sssd/sssd-2.10.1.ebuild
+++ b/sys-auth/sssd/sssd-2.10.1.ebuild
@@ -259,7 +259,8 @@ multilib_src_configure() {
                # Annoyingly configure requires that you pick systemd XOR sysv
                --with-initscript=$(usex systemd systemd sysv)
                --with-sssd-user=sssd
-                CPPFLAGS="${CPPFLAGS} -I/usr/include/samba-4.0"
+               KRB5_CONFIG="${ESYSROOT}"/usr/bin/krb5-config
+               CPPFLAGS="${CPPFLAGS} -I${ESYSROOT}/usr/include/samba-4.0"
        )
 
        use systemd && myconf+=(

Reply via email to