summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorJan Horak <jhorak@redhat.com>2022-06-22 10:34:50 +0200
committerJan Horak <jhorak@redhat.com>2022-06-22 10:34:50 +0200
commitdb7de5356d43d6f7ad3272131548e77eac758b9b (patch)
tree958980d15b062d3e895797453b0ba35f615f9225 /firefox.spec
parentUse $GETENFORCE_FILE to call getenforce with full path: rhbz#2091219 (diff)
downloadlibrewolf-fedora-ff-db7de5356d43d6f7ad3272131548e77eac758b9b.tar.gz
librewolf-fedora-ff-db7de5356d43d6f7ad3272131548e77eac758b9b.tar.bz2
librewolf-fedora-ff-db7de5356d43d6f7ad3272131548e77eac758b9b.zip
Enable wasm sandboxed libraries
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec3
1 files changed, 1 insertions, 2 deletions
diff --git a/firefox.spec b/firefox.spec
index 83ad16f..3200521 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -317,9 +317,8 @@ BuildRequires: llvm
BuildRequires: llvm-devel
BuildRequires: clang
BuildRequires: clang-libs
-%if %{build_with_clang}
+# needed for wasm-ld
BuildRequires: lld
-%endif
BuildRequires: pipewire-devel
bgstack15