summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2016-02-04 10:35:55 +0100
committerMartin Stransky <stransky@redhat.com>2016-02-04 10:35:55 +0100
commitbf1ae8725b68ec1a0539b214706ed5e8bd1abfee (patch)
treea0c3e1a29980c6f27e12639542838f39e72d46fb /firefox.spec
parentUpdated gcc6.0 patch for arm (diff)
downloadlibrewolf-fedora-ff-bf1ae8725b68ec1a0539b214706ed5e8bd1abfee.tar.gz
librewolf-fedora-ff-bf1ae8725b68ec1a0539b214706ed5e8bd1abfee.tar.bz2
librewolf-fedora-ff-bf1ae8725b68ec1a0539b214706ed5e8bd1abfee.zip
Disable ION on Rawhide (mozbz#1245783)
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec5
1 files changed, 5 insertions, 0 deletions
diff --git a/firefox.spec b/firefox.spec
index 95725a5..e34a4e5 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -358,6 +358,11 @@ echo "ac_add_options --disable-ion" >> .mozconfig
echo "ac_add_options --disable-yarr-jit" >> .mozconfig
%endif
+#Workarounf for mozbz#1245783
+%if 0%{?fedora} > 23
+echo "ac_add_options --disable-ion" >> .mozconfig
+%endif
+
%ifnarch %{ix86} x86_64
echo "ac_add_options --disable-webrtc" >> .mozconfig
%endif
bgstack15