diff options
author | Joonas Niilola <juippis@gentoo.org> | 2022-11-10 10:05:14 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2022-11-10 10:06:36 +0200 |
commit | 0007f9b18d69574b6166bfae52c9b14f0da09099 (patch) | |
tree | e73013f4fb8f11bb451cfa74f6135be59a6b4781 /www-client | |
parent | dev-util/bear: add 3.0.20 (diff) | |
download | gentoo-0007f9b18d69574b6166bfae52c9b14f0da09099.tar.gz gentoo-0007f9b18d69574b6166bfae52c9b14f0da09099.tar.bz2 gentoo-0007f9b18d69574b6166bfae52c9b14f0da09099.zip |
www-client/firefox: add upstream bug# for non-standard AS usage
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/firefox/firefox-106.0.5.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www-client/firefox/firefox-106.0.5.ebuild b/www-client/firefox/firefox-106.0.5.ebuild index c4bc3fc9939a..8ff3bcb85429 100644 --- a/www-client/firefox/firefox-106.0.5.ebuild +++ b/www-client/firefox/firefox-106.0.5.ebuild @@ -691,7 +691,8 @@ src_configure() { strip-unsupported-flags fi - # Ensure we use correct toolchain + # Ensure we use correct toolchain, + # AS is used in a non-standard way by upstream, #bmo1654031 export HOST_CC="$(tc-getBUILD_CC)" export HOST_CXX="$(tc-getBUILD_CXX)" export AS="$(tc-getCC) -c" |