diff --git a/firefox.spec b/firefox.spec index 1c945a8..8395f36 100644 --- a/firefox.spec +++ b/firefox.spec @@ -462,6 +462,10 @@ echo "ac_add_options --with-system-icu" >> .mozconfig %else echo "ac_add_options --without-system-icu" >> .mozconfig %endif +%ifarch s390 s390x +echo "ac_add_options --disable-ion" >> .mozconfig +%endif + #---------------------------------------------------------------------