summaryrefslogtreecommitdiff
path: root/firefox-mozconfig
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2021-12-06 13:12:31 +0100
committerMartin Stransky <stransky@redhat.com>2021-12-06 13:12:31 +0100
commit4cb1381d80a94c9a41ded1a022276e1f664b1755 (patch)
tree5c584a6668ef57f89aa5fc37390751c94ccaa844 /firefox-mozconfig
parentUpdated to 95.0 (diff)
downloadlibrewolf-fedora-ff-4cb1381d80a94c9a41ded1a022276e1f664b1755.tar.gz
librewolf-fedora-ff-4cb1381d80a94c9a41ded1a022276e1f664b1755.tar.bz2
librewolf-fedora-ff-4cb1381d80a94c9a41ded1a022276e1f664b1755.zip
build fixes
Diffstat (limited to 'firefox-mozconfig')
-rw-r--r--firefox-mozconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/firefox-mozconfig b/firefox-mozconfig
index 103bf15..90dfccf 100644
--- a/firefox-mozconfig
+++ b/firefox-mozconfig
@@ -16,6 +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 --without-wasm-sandboxed-libraries
export BUILD_OFFICIAL=1
export MOZILLA_OFFICIAL=1
bgstack15