diff options
author | 2024-08-06 17:17:09 +0100 | |
---|---|---|
committer | 2024-08-06 17:18:22 +0100 | |
commit | af718ab0f8deb7ea9b0fed2715a1dccbd48d4a6e (patch) | |
tree | 7045dc71b2e175766d2f0ef6ec2d226f9f42d9d3 /sys-auth/sssd | |
parent | app-crypt/adcli: Fix cross-compiling by pointing to krb5-config location (diff) | |
download | gentoo-af718ab0f8deb7ea9b0fed2715a1dccbd48d4a6e.tar.gz gentoo-af718ab0f8deb7ea9b0fed2715a1dccbd48d4a6e.tar.bz2 gentoo-af718ab0f8deb7ea9b0fed2715a1dccbd48d4a6e.zip |
sys-auth/sssd: Fix cross-compiling by pointing to krb5-config location
You can set the flags directly, but krb5-config takes precedence, so use that.
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'sys-auth/sssd')
-rw-r--r-- | sys-auth/sssd/sssd-2.9.5.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-auth/sssd/sssd-2.9.5.ebuild b/sys-auth/sssd/sssd-2.9.5.ebuild index d83be12eeecc..c1195b951775 100644 --- a/sys-auth/sssd/sssd-2.9.5.ebuild +++ b/sys-auth/sssd/sssd-2.9.5.ebuild @@ -214,6 +214,7 @@ multilib_src_configure() { $(multilib_native_use_with python python3-bindings) # Annoyingly configure requires that you pick systemd XOR sysv --with-initscript=$(usex systemd systemd sysv) + KRB5_CONFIG="${ESYSROOT}"/usr/bin/krb5-config ) use systemd && myconf+=( |