mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-04 13:47:35 -08: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:
parent
a6899d18d3
commit
2d6b5bfef0
@ -31,5 +31,7 @@ src_prepare() {
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
econf $(use_enable doc)
|
||||
econf \
|
||||
$(use_enable doc) \
|
||||
KRB5_CONFIG="${ESYSROOT}"/usr/bin/krb5-config
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user