summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Horak <jhorak@redhat.com>2017-08-29 15:54:56 +0200
committerJan Horak <jhorak@redhat.com>2017-08-29 15:54:56 +0200
commitd372022a2ca67d03e927ed6dec19687ee8242448 (patch)
tree6dd8bd990ceb24feb2f673351ec204138219885c
parentFixing s390 jit patch (diff)
downloadlibrewolf-fedora-ff-d372022a2ca67d03e927ed6dec19687ee8242448.tar.gz
librewolf-fedora-ff-d372022a2ca67d03e927ed6dec19687ee8242448.tar.bz2
librewolf-fedora-ff-d372022a2ca67d03e927ed6dec19687ee8242448.zip
Disable ion for s390(x)
-rw-r--r--firefox.spec4
1 files changed, 4 insertions, 0 deletions
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
+
#---------------------------------------------------------------------
bgstack15