summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2016-04-13 11:27:11 +0200
committerMartin Stransky <stransky@redhat.com>2016-04-13 11:27:11 +0200
commitf010a716b0d3449aa1220643bbfd3dce1bfa216a (patch)
tree4dfdf87ed236d88c17421cec2f863350ef7b58b4 /firefox.spec
parentNew upstream (45.0.2) (diff)
downloadlibrewolf-fedora-ff-f010a716b0d3449aa1220643bbfd3dce1bfa216a.tar.gz
librewolf-fedora-ff-f010a716b0d3449aa1220643bbfd3dce1bfa216a.tar.bz2
librewolf-fedora-ff-f010a716b0d3449aa1220643bbfd3dce1bfa216a.zip
Disabled JIT again for JS crashes on F24 and Rawhide
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 cc49497..9b2a043 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -384,6 +384,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