mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
app-crypt/adcli: 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>
This commit is contained in:
@@ -31,5 +31,7 @@ src_prepare() {
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
econf $(use_enable doc)
|
||||
econf \
|
||||
$(use_enable doc) \
|
||||
KRB5_CONFIG="${ESYSROOT}"/usr/bin/krb5-config
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user