Gentoo Archives: gentoo-commits

From: Alon Bar-Lev <alonbl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libksba/
Date: Sat, 06 Oct 2018 00:32:37
Message-Id: 1538785939.88feacf830a4693cb98b9995fa55d38ca69b9b0a.alonbl@gentoo
1 commit: 88feacf830a4693cb98b9995fa55d38ca69b9b0a
2 Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 5 23:45:48 2018 +0000
4 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 6 00:32:19 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88feacf8
7
8 dev-libs/libksba: support cross-compile
9
10 Signed-off-by: Alon Bar-Lev <alonbl <AT> gentoo.org>
11 Package-Manager: Portage-2.3.49, Repoman-2.3.10
12
13 dev-libs/libksba/libksba-1.3.5-r2.ebuild | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-libs/libksba/libksba-1.3.5-r2.ebuild b/dev-libs/libksba/libksba-1.3.5-r2.ebuild
17 index b8c1d0eee73..ef29c486e9a 100644
18 --- a/dev-libs/libksba/libksba-1.3.5-r2.ebuild
19 +++ b/dev-libs/libksba/libksba-1.3.5-r2.ebuild
20 @@ -17,7 +17,8 @@ DEPEND="${RDEPEND}"
21
22 src_configure() {
23 econf \
24 - $(use_enable static-libs static)
25 + $(use_enable static-libs static) \
26 + $(./configure --help | grep -- --with-.*-prefix | sed -e 's/prefix.*/prefix/' -e "s#\$#=${EROOT}/usr#")
27 }
28
29 src_install() {