summaryrefslogtreecommitdiff
path: root/firefox-mozconfig
diff options
context:
space:
mode:
authorJan Horak <jhorak@redhat.com>2022-06-27 10:43:19 +0200
committerJan Horak <jhorak@redhat.com>2022-06-27 10:43:19 +0200
commit8af042bc544bc91955fff7bd0d8fb1097744b8c0 (patch)
tree4a1db35e33188d4423944c80b15b4fb49858bece /firefox-mozconfig
parentEnable rlbox sandboxed libraries (diff)
downloadlibrewolf-fedora-ff-8af042bc544bc91955fff7bd0d8fb1097744b8c0.tar.gz
librewolf-fedora-ff-8af042bc544bc91955fff7bd0d8fb1097744b8c0.tar.bz2
librewolf-fedora-ff-8af042bc544bc91955fff7bd0d8fb1097744b8c0.zip
Reverting RLbox enablement because the sysroot is not on the koji builders - obviously. I was confused by my local envinment which went fine during local build.
Diffstat (limited to 'firefox-mozconfig')
-rw-r--r--firefox-mozconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox-mozconfig b/firefox-mozconfig
index ef4e329..90dfccf 100644
--- a/firefox-mozconfig
+++ b/firefox-mozconfig
@@ -16,7 +16,7 @@ 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 --disable-bootstrap
+ac_add_options --without-wasm-sandboxed-libraries
export BUILD_OFFICIAL=1
export MOZILLA_OFFICIAL=1
bgstack15