dev-libs/libksba: support cross-compile

Signed-off-by: Alon Bar-Lev <alonbl@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.10
This commit is contained in:
Alon Bar-Lev
2018-10-06 02:45:48 +03:00
parent ec4dafe51c
commit 88feacf830

View File

@@ -17,7 +17,8 @@ DEPEND="${RDEPEND}"
src_configure() {
econf \
$(use_enable static-libs static)
$(use_enable static-libs static) \
$(./configure --help | grep -- --with-.*-prefix | sed -e 's/prefix.*/prefix/' -e "s#\$#=${EROOT}/usr#")
}
src_install() {