diff options
author | Martin Stransky <stransky@redhat.com> | 2017-09-29 17:35:01 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2017-09-29 17:35:01 +0200 |
commit | 4e21a9a766c91552b41cd3ba7547dc4b54c7f7f4 (patch) | |
tree | abab51ccbd6ee5f1d0547ee25d64139ebfd77531 /firefox.spec | |
parent | Enabled second arches to challenge world of build failures, miscompilations a... (diff) | |
download | librewolf-fedora-ff-4e21a9a766c91552b41cd3ba7547dc4b54c7f7f4.tar.gz librewolf-fedora-ff-4e21a9a766c91552b41cd3ba7547dc4b54c7f7f4.tar.bz2 librewolf-fedora-ff-4e21a9a766c91552b41cd3ba7547dc4b54c7f7f4.zip |
Second arch build fix
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/firefox.spec b/firefox.spec index d506c60..e38f2a7 100644 --- a/firefox.spec +++ b/firefox.spec @@ -131,7 +131,6 @@ 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 Patch34: build-cubeb-pulse-arm.patch Patch35: build-ppc-jit.patch Patch36: build-missing-xlocale-h.patch @@ -311,11 +310,10 @@ This package contains results of tests executed during build. %ifarch s390 %patch25 -p1 -b .rhbz-1219542-s390 %endif -# don't need that? %patch29 -p1 -b .big-endian +%patch29 -p1 -b .big-endian %patch30 -p1 -b .fedora-build %patch31 -p1 -b .ppc64-s390x-curl %patch32 -p1 -b .rust-ppc64le -# don't need that %patch33 -p1 -b .ppc-s390-dom # don't need that %patch34 -p1 -b .cubeb-pulse-arm %ifarch ppc ppc64 ppc64le %patch35 -p1 -b .ppc-jit |