From bf1ae8725b68ec1a0539b214706ed5e8bd1abfee Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Thu, 4 Feb 2016 10:35:55 +0100 Subject: Disable ION on Rawhide (mozbz#1245783) --- firefox.spec | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'firefox.spec') 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 -- cgit