summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjinqiang zhang <peeweep@0x0.ee>2023-03-30 12:56:54 +0000
committerYixun Lan <dlan@gentoo.org>2023-03-31 13:37:54 +0800
commit2ccd93e5c2a65930937759470c056aad6a22ec3c (patch)
tree17154aa2f6fce7c2a27dd7245491751a0fb5a3ad /www-client
parentmedia-libs/libcaca: Fix S (diff)
downloadgentoo-2ccd93e5c2a65930937759470c056aad6a22ec3c.tar.gz
gentoo-2ccd93e5c2a65930937759470c056aad6a22ec3c.tar.bz2
gentoo-2ccd93e5c2a65930937759470c056aad6a22ec3c.zip
www-client/firefox: disable sandbox on riscv
sandbox doesn't work on RISC-V 64 platform, see https://bugs.gentoo.org/903411#c8 Signed-off-by: jinqiang zhang <peeweep@0x0.ee> Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'www-client')
-rw-r--r--www-client/firefox/firefox-111.0.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/www-client/firefox/firefox-111.0.ebuild b/www-client/firefox/firefox-111.0.ebuild
index 60aba92748a4..41c9dc6e3521 100644
--- a/www-client/firefox/firefox-111.0.ebuild
+++ b/www-client/firefox/firefox-111.0.ebuild
@@ -790,7 +790,8 @@ src_configure() {
# For future keywording: This is currently (97.0) only supported on:
# amd64, arm, arm64 & x86.
# Might want to flip the logic around if Firefox is to support more arches.
- if use ppc64; then
+ # bug 833001, bug 903411#c8
+ if use ppc64 || use riscv; then
mozconfig_add_options_ac '' --disable-sandbox
else
mozconfig_add_options_ac '' --enable-sandbox