diff options
author | Martin Stransky <stransky@redhat.com> | 2017-08-03 12:08:37 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2017-08-03 12:08:37 +0200 |
commit | a0bca0a465a720e694c52da2ef01a10006bb07a5 (patch) | |
tree | 2779b8be5445fdcb9f852f91a4248ffa43ad3add /firefox.spec | |
parent | Merge branch 'master' into f26 (diff) | |
parent | Disabled arm, added ppc build fixes (diff) | |
download | librewolf-fedora-ff-a0bca0a465a720e694c52da2ef01a10006bb07a5.tar.gz librewolf-fedora-ff-a0bca0a465a720e694c52da2ef01a10006bb07a5.tar.bz2 librewolf-fedora-ff-a0bca0a465a720e694c52da2ef01a10006bb07a5.zip |
Merge branch 'master' into f26
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 3 |
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 |