diff options
author | Joonas Niilola <juippis@gentoo.org> | 2024-10-29 15:43:44 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2024-10-29 15:47:51 +0200 |
commit | b944dd349cf4060013bcab09b6841eae9294dde1 (patch) | |
tree | 012a223d9465ffc717a5b0e07531bf4debe5039d /www-client | |
parent | dev-ruby/rexml: Stabilize 3.3.9 amd64, #942433 (diff) | |
download | gentoo-b944dd349cf4060013bcab09b6841eae9294dde1.tar.gz gentoo-b944dd349cf4060013bcab09b6841eae9294dde1.tar.bz2 gentoo-b944dd349cf4060013bcab09b6841eae9294dde1.zip |
www-client/firefox: filter -Werror=lto-type-mismatch -Werror=odr on 132
- these lto-related flags are going to fail with GCC, which is now the
default-enabled compiler for 132.0.
Closes: https://bugs.gentoo.org/942288
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/firefox/firefox-132.0.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www-client/firefox/firefox-132.0.ebuild b/www-client/firefox/firefox-132.0.ebuild index 52ebec66b92e..8cfa5b1c3a92 100644 --- a/www-client/firefox/firefox-132.0.ebuild +++ b/www-client/firefox/firefox-132.0.ebuild @@ -898,7 +898,10 @@ src_configure() { fi # LTO is handled via configure + # -Werror=lto-type-mismatch -Werror=odr are going to fail with GCC, + # bmo#1516758, bgo#942288 filter-lto + filter-flags -Werror=lto-type-mismatch -Werror=odr if use lto ; then if use clang ; then |