summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@anakreon.cz>2014-10-15 11:09:23 +0200
committerMartin Stransky <stransky@anakreon.cz>2014-10-15 11:09:23 +0200
commit439f52a9be0075b0da022577d1683ecfadd9b5c8 (patch)
tree25e6e85f3f9650341d6bbfe9fb5d61c6019068af
parentArm build fix (diff)
downloadlibrewolf-fedora-ff-439f52a9be0075b0da022577d1683ecfadd9b5c8.tar.gz
librewolf-fedora-ff-439f52a9be0075b0da022577d1683ecfadd9b5c8.tar.bz2
librewolf-fedora-ff-439f52a9be0075b0da022577d1683ecfadd9b5c8.zip
Disabled webrtc on ARM
-rw-r--r--firefox.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index 46e869d..3512710 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -359,7 +359,7 @@ echo "ac_add_options --disable-ion" >> .mozconfig
echo "ac_add_options --disable-yarr-jit" >> .mozconfig
%endif
-%ifnarch %{ix86} x86_64 armv7hl armv7hnl
+%ifnarch %{ix86} x86_64
echo "ac_add_options --disable-webrtc" >> .mozconfig
%endif
bgstack15