summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2024-04-16 16:47:03 +0300
committerJoonas Niilola <juippis@gentoo.org>2024-04-16 16:48:19 +0300
commit6de39884f67af74b8bcd143653028733548c0ad5 (patch)
treef9ea61c3ce3160731162ca927c88bf5f5a20749e
parentwww-apps/sonarr-bin: drop 4.0.4.1491 (diff)
downloadgentoo-6de39884f67af74b8bcd143653028733548c0ad5.tar.gz
gentoo-6de39884f67af74b8bcd143653028733548c0ad5.tar.bz2
gentoo-6de39884f67af74b8bcd143653028733548c0ad5.zip
www-client/firefox: sync the riscv fix to firefox-esr 115.10.0
Bug: https://bugs.gentoo.org/930046 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
-rw-r--r--www-client/firefox/firefox-115.10.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/www-client/firefox/firefox-115.10.0.ebuild b/www-client/firefox/firefox-115.10.0.ebuild
index 02acdf4ec7c3..c4f574e5ee71 100644
--- a/www-client/firefox/firefox-115.10.0.ebuild
+++ b/www-client/firefox/firefox-115.10.0.ebuild
@@ -1062,8 +1062,8 @@ src_configure() {
# Solution: Disable build system's elf-hack completely, and add "-z,pack-relative-relocs"
# manually with gcc.
#
- # elf-hack configure option isn't available on ppc64, #916259, #929244.
- if use ppc64; then
+ # elf-hack configure option isn't available on ppc64/riscv, #916259, #929244, #930046.
+ if use ppc64 || use riscv ; then
:;
else
mozconfig_add_options_ac 'elf-hack disabled' --disable-elf-hack