summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2017-04-20 10:26:25 +0200
committerMartin Stransky <stransky@redhat.com>2017-04-20 10:26:25 +0200
commitf1f8e79e6fe8c245686bb6c08b36fe5440b94a72 (patch)
tree684e1c5616acbed02c1884a0f2ec9349b9de4594 /firefox.spec
parentmore build fixes on second arches (diff)
downloadlibrewolf-fedora-ff-f1f8e79e6fe8c245686bb6c08b36fe5440b94a72.tar.gz
librewolf-fedora-ff-f1f8e79e6fe8c245686bb6c08b36fe5440b94a72.tar.bz2
librewolf-fedora-ff-f1f8e79e6fe8c245686bb6c08b36fe5440b94a72.zip
Temporary disable second arches due to various build issues
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec3
1 files changed, 3 insertions, 0 deletions
diff --git a/firefox.spec b/firefox.spec
index 0cb97e0..1f60892 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -1,3 +1,6 @@
+# Temporary disable second arches due to various build issues
+ExclusiveArch: %{ix86} x86_64
+
# Use ALSA backend?
%define alsa_backend 0
bgstack15