summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJory Pratt <anarchy@gentoo.org>2020-06-05 01:47:03 -0500
committerJory Pratt <anarchy@gentoo.org>2020-06-05 01:47:03 -0500
commit8b4dfc0c1a8594fe9bba9a9a79f823fe3d065400 (patch)
treef3d0782a4490d399bdb105139d591cb461bc6199
parentwww-client/firefox: Version bump 77.0.1 (diff)
downloadanarchy-8b4dfc0c1a8594fe9bba9a9a79f823fe3d065400.tar.gz
anarchy-8b4dfc0c1a8594fe9bba9a9a79f823fe3d065400.tar.bz2
anarchy-8b4dfc0c1a8594fe9bba9a9a79f823fe3d065400.zip
www-client/firefox: ensure we pass toolchain prefix, bug #727160
Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Jory Pratt <anarchy@gentoo.org>
-rw-r--r--www-client/firefox/firefox-77.0.1.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/www-client/firefox/firefox-77.0.1.ebuild b/www-client/firefox/firefox-77.0.1.ebuild
index 2a92db5..f5bbfe1 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