www-client/firefox: fix building against sys-devel/binutils-config[-native-symlinks]

Bug: https://bugs.gentoo.org/727160
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
This commit is contained in:
Sergei Trofimovich
2020-06-05 12:31:36 +02:00
committed by Thomas Deutschmann
parent 63f5f9a220
commit de520cd80f
2 changed files with 2 additions and 0 deletions

View File

@@ -521,6 +521,7 @@ src_configure() {
# Set both --target and --host as mozilla uses python to guess values otherwise
mozconfig_annotate '' --target="${CHOST}"
mozconfig_annotate '' --host="${CBUILD:-${CHOST}}"
mozconfig_annotate '' --with-toolchain-prefix="${CHOST}-"
if use system-libevent ; then
mozconfig_annotate '' --with-system-libevent="${SYSROOT}${EPREFIX}"/usr
fi

View File

@@ -540,6 +540,7 @@ src_configure() {
# Set both --target and --host as mozilla uses python to guess values otherwise
mozconfig_annotate '' --target="${CHOST}"
mozconfig_annotate '' --host="${CBUILD:-${CHOST}}"
mozconfig_annotate '' --with-toolchain-prefix="${CHOST}-"
if use system-libevent ; then
mozconfig_annotate '' --with-system-libevent="${SYSROOT}${EPREFIX}"/usr
fi