summaryrefslogtreecommitdiff
path: root/firefox-mozconfig
diff options
context:
space:
mode:
authorJan Horak <jhorak@redhat.com>2022-06-28 15:30:16 +0200
committerJan Horak <jhorak@redhat.com>2022-06-28 15:30:16 +0200
commit6a83fb069ef4b0d0f5a46fe65f9bda401b675eb2 (patch)
tree56c6d51b72fe8915dba1760c1fda577330f08733 /firefox-mozconfig
parentRevert "Enable release build again" (diff)
downloadlibrewolf-fedora-ff-6a83fb069ef4b0d0f5a46fe65f9bda401b675eb2.tar.gz
librewolf-fedora-ff-6a83fb069ef4b0d0f5a46fe65f9bda401b675eb2.tar.bz2
librewolf-fedora-ff-6a83fb069ef4b0d0f5a46fe65f9bda401b675eb2.zip
Revert "Enable rlbox"
This reverts commit e88b5e06a77c80019ab24d447f3e83151598bdcd.
Diffstat (limited to 'firefox-mozconfig')
-rw-r--r--firefox-mozconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/firefox-mozconfig b/firefox-mozconfig
index 469d5c1..90dfccf 100644
--- a/firefox-mozconfig
+++ b/firefox-mozconfig
@@ -15,6 +15,8 @@ ac_add_options --allow-addon-sideload
ac_add_options --with-system-fdk-aac
ac_add_options --enable-js-shell
ac_add_options --with-unsigned-addon-scopes=app,system
+ac_add_options --without-sysroot
+ac_add_options --without-wasm-sandboxed-libraries
export BUILD_OFFICIAL=1
export MOZILLA_OFFICIAL=1
bgstack15