diff options
author | Martin Stransky <stransky@redhat.com> | 2017-08-04 14:34:40 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2017-08-04 14:34:40 +0200 |
commit | 40aeb84ca7f1af4e337b7958ac6d13f6d792dcd4 (patch) | |
tree | a766a34dff5017835bacf161537a73d8e2423889 /firefox.spec | |
parent | Added buils fix for ppc/ppc64 (https://bugzilla.mozilla.org/show_bug.cgi?id=1... (diff) | |
download | librewolf-fedora-ff-40aeb84ca7f1af4e337b7958ac6d13f6d792dcd4.tar.gz librewolf-fedora-ff-40aeb84ca7f1af4e337b7958ac6d13f6d792dcd4.tar.bz2 librewolf-fedora-ff-40aeb84ca7f1af4e337b7958ac6d13f6d792dcd4.zip |
Added arm rust build fix
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/firefox.spec b/firefox.spec index 78ee592..da83481 100644 --- a/firefox.spec +++ b/firefox.spec @@ -1,5 +1,5 @@ -#Disabled due to https://bugzilla.mozilla.org/show_bug.cgi?id=1387010 -ExcludeArch: aarch64 armv7hl +#Disabled due to build failures +ExcludeArch: ppc ppc64 ppc64le # Use ALSA backend? %define alsa_backend 0 @@ -130,6 +130,7 @@ 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 # Fedora specific patches # Unable to install addons from https pages @@ -304,6 +305,7 @@ This package contains results of tests executed during build. %patch31 -p1 -b .ppc64-s390x-curl %patch32 -p1 -b .rust-ppc64le %patch33 -p1 -b .ppc-s390-dom +%patch34 -p1 -b .cubeb-pulse-arm %patch3 -p1 -b .arm |