From d372022a2ca67d03e927ed6dec19687ee8242448 Mon Sep 17 00:00:00 2001 From: Jan Horak Date: Tue, 29 Aug 2017 15:54:56 +0200 Subject: Disable ion for s390(x) --- firefox.spec | 4 ++++ 1 file changed, 4 insertions(+) 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 + #--------------------------------------------------------------------- -- cgit