From 8b4dfc0c1a8594fe9bba9a9a79f823fe3d065400 Mon Sep 17 00:00:00 2001 From: Jory Pratt Date: Fri, 5 Jun 2020 01:47:03 -0500 Subject: 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 --- www-client/firefox/firefox-77.0.1.ebuild | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3-65-gdbad