Disable ION on Rawhide (mozbz#1245783)

This commit is contained in:
Martin Stransky 2016-02-04 10:35:55 +01:00
parent c06f4070df
commit bf1ae8725b
1 changed files with 5 additions and 0 deletions

View File

@ -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