From fd700ad0ae450c4705017e05db7af709f7ea90f0 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Oct 09 2017 12:49:41 +0000 Subject: Disabled stylo on i686 --- diff --git a/firefox.spec b/firefox.spec index c103013..f839e2e 100644 --- a/firefox.spec +++ b/firefox.spec @@ -453,6 +453,9 @@ echo "ac_add_options --without-system-icu" >> .mozconfig echo "ac_add_options --disable-ion" >> .mozconfig %endif +%ifarch %{ix86} +echo "ac_add_options --disable-stylo" >> .mozconfig +%endif #---------------------------------------------------------------------