diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2020-07-28 18:40:36 +0100 |
---|---|---|
committer | Peter Robinson <pbrobinson@gmail.com> | 2020-07-28 18:40:36 +0100 |
commit | 5a73516eddc11a43365e2f5e8a68c6ad25830b76 (patch) | |
tree | 40939e99266ac3a0edfce2690ce51305ad1a1597 | |
parent | move --enable-av1 to firefox-mozconfig now it doesn't need conditionals (diff) | |
download | librewolf-fedora-ff-5a73516eddc11a43365e2f5e8a68c6ad25830b76.tar.gz librewolf-fedora-ff-5a73516eddc11a43365e2f5e8a68c6ad25830b76.tar.bz2 librewolf-fedora-ff-5a73516eddc11a43365e2f5e8a68c6ad25830b76.zip |
Build webrtc on aarch64/armv7, fixes rhbz #1858433
-rw-r--r-- | firefox.spec | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/firefox.spec b/firefox.spec index ef3d3d3..53b025a 100644 --- a/firefox.spec +++ b/firefox.spec @@ -448,10 +448,6 @@ echo "ac_add_options --disable-debug" >> .mozconfig echo "ac_add_options --disable-jemalloc" >> .mozconfig %endif -%ifnarch %{ix86} x86_64 ppc64le -echo "ac_add_options --disable-webrtc" >> .mozconfig -%endif - %if !%{enable_mozilla_crashreporter} echo "ac_add_options --disable-crashreporter" >> .mozconfig %endif |