summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2019-03-01 08:15:25 +0100
committerMartin Stransky <stransky@redhat.com>2019-03-01 08:15:25 +0100
commit98f70c2cac9dbc0f37b55356e7f0a22a5ec0e076 (patch)
tree8fbbdb52a70b1333efc1fff4aa261fa1119885c8
parentdebug build (diff)
downloadlibrewolf-fedora-ff-98f70c2cac9dbc0f37b55356e7f0a22a5ec0e076.tar.gz
librewolf-fedora-ff-98f70c2cac9dbc0f37b55356e7f0a22a5ec0e076.tar.bz2
librewolf-fedora-ff-98f70c2cac9dbc0f37b55356e7f0a22a5ec0e076.zip
debug build - disable second arches
-rw-r--r--firefox.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index a4320bb..dc523a6 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -1,5 +1,5 @@
# Disabled arm due to rhbz#1658940
-ExcludeArch: armv7hl
+ExcludeArch: armv7hl, s390x, ppc64
%global system_nss 1
%global system_ffi 1
bgstack15