diff options
author | Martin Stransky <stransky@redhat.com> | 2016-02-04 10:35:55 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2016-02-04 10:35:55 +0100 |
commit | bf1ae8725b68ec1a0539b214706ed5e8bd1abfee (patch) | |
tree | a0c3e1a29980c6f27e12639542838f39e72d46fb | |
parent | Updated gcc6.0 patch for arm (diff) | |
download | librewolf-fedora-ff-bf1ae8725b68ec1a0539b214706ed5e8bd1abfee.tar.gz librewolf-fedora-ff-bf1ae8725b68ec1a0539b214706ed5e8bd1abfee.tar.bz2 librewolf-fedora-ff-bf1ae8725b68ec1a0539b214706ed5e8bd1abfee.zip |
Disable ION on Rawhide (mozbz#1245783)
-rw-r--r-- | firefox.spec | 5 |
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 |