commit:     6de39884f67af74b8bcd143653028733548c0ad5
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 16 13:47:03 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Apr 16 13:48:19 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6de39884

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 <AT> gentoo.org>

 www-client/firefox/firefox-115.10.0.ebuild | 4 ++--
 1 file 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

Reply via email to