mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-12 15:36:58 +02:00
sys-auth/realmd: Fix cross-compiling by pointing to krb5-config location
pkg-config is usually preferable, but this simpler approach works here because krb5-config is a shell script and the headers and libraries are in standard paths. It was previously relying on a wrapper we were creating. It still works without that, but only because krb5-config also exists on the host, and we shouldn't assume that. Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
This commit is contained in:
parent
a9bd6807cd
commit
18c972f61a
@ -54,6 +54,7 @@ src_configure() {
|
|||||||
--with-distro=defaults
|
--with-distro=defaults
|
||||||
--disable-doc
|
--disable-doc
|
||||||
--disable-nls
|
--disable-nls
|
||||||
|
KRB5_CONFIG="${ESYSROOT}"/usr/bin/krb5-config
|
||||||
)
|
)
|
||||||
econf "${myconf[@]}"
|
econf "${myconf[@]}"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user