commit: a7f337d2f821f2e1228c2e602c02231ac0fc00fa Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Sat Aug 2 14:34:13 2025 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Sat Aug 2 14:49:34 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7f337d2
www-client/firefox: undo --disable-jit on riscv This builds now. Whether or not the JIT is actually enabled upstream is another story, but fewer special cases in the ebuild are better. This should get a revision bump but since it only touches riscv and since firefox is one of the hardest packages to build, I've left it alone. You'll get your JIT with v141.0.1. Bug: https://bugs.gentoo.org/947338 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org> www-client/firefox/firefox-141.0.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/www-client/firefox/firefox-141.0.ebuild b/www-client/firefox/firefox-141.0.ebuild index 8eba791b6144..d67d8d83b0f5 100644 --- a/www-client/firefox/firefox-141.0.ebuild +++ b/www-client/firefox/firefox-141.0.ebuild @@ -842,7 +842,6 @@ src_configure() { # riscv-related options, bgo#947337, bgo#947338 if use riscv ; then - mozconfig_add_options_ac 'Disable JIT for RISC-V 64' --disable-jit mozconfig_add_options_ac 'Disable webrtc for RISC-V' --disable-webrtc fi
