summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-06-05 12:31:36 +0200
committerThomas Deutschmann <whissi@gentoo.org>2020-06-05 12:33:04 +0200
commitde520cd80fa8eb3c0b1adfaecbdf2b8060c95d27 (patch)
treec4d3ef69c2afe0f64895d527fb5a123ca22a21e1
parentnet-misc/dhcpcd: Revbump to fix installation of embedded config (diff)
downloadgentoo-de520cd80fa8eb3c0b1adfaecbdf2b8060c95d27.tar.gz
gentoo-de520cd80fa8eb3c0b1adfaecbdf2b8060c95d27.tar.bz2
gentoo-de520cd80fa8eb3c0b1adfaecbdf2b8060c95d27.zip
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>
-rw-r--r--www-client/firefox/firefox-68.9.0.ebuild1
-rw-r--r--www-client/firefox/firefox-77.0.1.ebuild1
2 files changed, 2 insertions, 0 deletions
diff --git a/www-client/firefox/firefox-68.9.0.ebuild b/www-client/firefox/firefox-68.9.0.ebuild
index e7df48026478..a4306330c0dc 100644
--- a/www-client/firefox/firefox-68.9.0.ebuild
+++ b/www-client/firefox/firefox-68.9.0.ebuild
@@ -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
diff --git a/www-client/firefox/firefox-77.0.1.ebuild b/www-client/firefox/firefox-77.0.1.ebuild
index a596b48c52e5..3b122387db55 100644
--- a/www-client/firefox/firefox-77.0.1.ebuild
+++ b/www-client/firefox/firefox-77.0.1.ebuild
@@ -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