summaryrefslogtreecommitdiff
path: root/firefox-mozconfig
diff options
context:
space:
mode:
authorJan Horak <jhorak@redhat.com>2022-06-21 11:20:16 +0200
committerJan Horak <jhorak@redhat.com>2022-06-21 11:20:16 +0200
commiteb4214a710399d5124f5922a22ef72a6ad676a58 (patch)
treeaf53617bd246a9b85dd4888647edc0f283ab84dc /firefox-mozconfig
parentAdded fix for mozilla#1774271 (diff)
downloadlibrewolf-fedora-ff-eb4214a710399d5124f5922a22ef72a6ad676a58.tar.gz
librewolf-fedora-ff-eb4214a710399d5124f5922a22ef72a6ad676a58.tar.bz2
librewolf-fedora-ff-eb4214a710399d5124f5922a22ef72a6ad676a58.zip
Use $GETENFORCE_FILE to call getenforce with full path: rhbz#2091219
Diffstat (limited to 'firefox-mozconfig')
-rw-r--r--firefox-mozconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/firefox-mozconfig b/firefox-mozconfig
index 90dfccf..ec288fe 100644
--- a/firefox-mozconfig
+++ b/firefox-mozconfig
@@ -16,7 +16,8 @@ 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
+ac_add_options --with-wasm-sandboxed-libraries
+ac_add_options --disable-bootstrap
export BUILD_OFFICIAL=1
export MOZILLA_OFFICIAL=1
bgstack15