commit: c2d53513054ac07f7e6895ea27a2d0f6a6310c07
Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 29 08:47:38 2018 +0000
Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
CommitDate: Mon Oct 29 08:50:24 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2d53513
dev-libs/libassuan: support cross-compile + multilib
Signed-off-by: Alon Bar-Lev <alonbl <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
dev-libs/libassuan/libassuan-2.5.1-r1.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/dev-libs/libassuan/libassuan-2.5.1-r1.ebuild
b/dev-libs/libassuan/libassuan-2.5.1-r1.ebuild
index f834f0c7a39..8474c9c7dc6 100644
--- a/dev-libs/libassuan/libassuan-2.5.1-r1.ebuild
+++ b/dev-libs/libassuan/libassuan-2.5.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -35,7 +35,8 @@ src_prepare() {
src_configure() {
econf \
$(use_enable static-libs static) \
- $(./configure --help | grep -- --with-.*-prefix | sed -e
's/prefix.*/prefix/' -e "s#\$#=${EROOT}/usr#")
+ GPG_ERROR_CONFIG="${EROOT}/usr/bin/${CHOST}-gpg-error-config" \
+ $("${S}/configure" --help | grep -- '--without-.*-prefix' | sed
-e 's/^ *\([^ ]*\) .*/\1/g')
}
src_install() {