diff options
Diffstat (limited to 'www-client/firefox/firefox-68.9.0.ebuild')
-rw-r--r-- | www-client/firefox/firefox-68.9.0.ebuild | 1 |
1 files changed, 1 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 |