summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorPeter Robinson <pbrobinson@gmail.com>2020-07-28 18:40:36 +0100
committerPeter Robinson <pbrobinson@gmail.com>2020-07-28 18:40:36 +0100
commit5a73516eddc11a43365e2f5e8a68c6ad25830b76 (patch)
tree40939e99266ac3a0edfce2690ce51305ad1a1597 /firefox.spec
parentmove --enable-av1 to firefox-mozconfig now it doesn't need conditionals (diff)
downloadlibrewolf-fedora-ff-5a73516eddc11a43365e2f5e8a68c6ad25830b76.tar.gz
librewolf-fedora-ff-5a73516eddc11a43365e2f5e8a68c6ad25830b76.tar.bz2
librewolf-fedora-ff-5a73516eddc11a43365e2f5e8a68c6ad25830b76.zip
Build webrtc on aarch64/armv7, fixes rhbz #1858433
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec4
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
bgstack15