diff options
author | Jan Horak <jhorak@redhat.com> | 2017-08-29 15:54:56 +0200 |
---|---|---|
committer | Jan Horak <jhorak@redhat.com> | 2017-08-29 15:54:56 +0200 |
commit | d372022a2ca67d03e927ed6dec19687ee8242448 (patch) | |
tree | 6dd8bd990ceb24feb2f673351ec204138219885c | |
parent | Fixing s390 jit patch (diff) | |
download | librewolf-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.spec | 4 |
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 + #--------------------------------------------------------------------- |