diff options
author | Martin Stransky <stransky@redhat.com> | 2016-04-13 11:27:11 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2016-04-13 11:27:11 +0200 |
commit | f010a716b0d3449aa1220643bbfd3dce1bfa216a (patch) | |
tree | 4dfdf87ed236d88c17421cec2f863350ef7b58b4 | |
parent | New upstream (45.0.2) (diff) | |
download | librewolf-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
-rw-r--r-- | firefox.spec | 5 |
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 |