Installation workaround

This commit is contained in:
Martin Stransky 2014-08-29 16:52:06 +02:00
parent 42e16eaf78
commit 4c7d8aa864
1 changed files with 6 additions and 1 deletions

View File

@ -303,7 +303,7 @@ echo "ac_add_options --with-arch=armv7-a" >> .mozconfig
echo "ac_add_options --with-float-abi=hard" >> .mozconfig
echo "ac_add_options --with-fpu=vfpv3-d16" >> .mozconfig
echo "ac_add_options --disable-elf-hack" >> .mozconfig
#echo "ac_add_options --disable-ion" >> .mozconfig
echo "ac_add_options --disable-ion" >> .mozconfig
#echo "ac_add_options --disable-yarr-jit" >> .mozconfig
%endif
%ifarch armv7hnl
@ -330,6 +330,11 @@ echo "ac_add_options --disable-webrtc" >> .mozconfig
echo "ac_add_options --disable-crashreporter" >> .mozconfig
%endif
# Workaround - installation crash
%ifarch %{ix86}
echo "ac_add_options --disable-ion" >> .mozconfig
%endif
#---------------------------------------------------------------------
%build