summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
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