summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2017-08-03 12:08:12 +0200
committerMartin Stransky <stransky@redhat.com>2017-08-03 12:08:12 +0200
commitef8411215c102ae58149ae85da27e48ce42ead5c (patch)
tree2779b8be5445fdcb9f852f91a4248ffa43ad3add /firefox.spec
parentupdated second arch patches (diff)
downloadlibrewolf-fedora-ff-ef8411215c102ae58149ae85da27e48ce42ead5c.tar.gz
librewolf-fedora-ff-ef8411215c102ae58149ae85da27e48ce42ead5c.tar.bz2
librewolf-fedora-ff-ef8411215c102ae58149ae85da27e48ce42ead5c.zip
Disabled arm, added ppc build fixes
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 9b6ea34..3fd0df5 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -1,3 +1,4 @@
+ExcludeArch: aarch64 armv7hl
# Use ALSA backend?
%define alsa_backend 0
@@ -127,6 +128,7 @@ Patch29: build-big-endian.patch
Patch30: fedora-build.patch
Patch31: build-ppc64-s390x-curl.patch
Patch32: build-rust-ppc64le.patch
+Patch33: build-ppc-s390-dom.patch
# Fedora specific patches
# Unable to install addons from https pages
@@ -300,6 +302,7 @@ This package contains results of tests executed during build.
%patch30 -p1 -b .fedora-build
%patch31 -p1 -b .ppc64-s390x-curl
%patch32 -p1 -b .rust-ppc64le
+%patch33 -p1 -b .ppc-s390-dom
%patch3 -p1 -b .arm
bgstack15