From c2d53513054ac07f7e6895ea27a2d0f6a6310c07 Mon Sep 17 00:00:00 2001 From: Alon Bar-Lev Date: Mon, 29 Oct 2018 10:47:38 +0200 Subject: [PATCH] dev-libs/libassuan: support cross-compile + multilib Signed-off-by: Alon Bar-Lev 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 f834f0c7a39ca..8474c9c7dc66a 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() {