diff options
author | Martin Stransky <stransky@redhat.com> | 2017-05-11 11:33:21 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2017-05-11 11:33:21 +0200 |
commit | 1befd5cc0b9e6119aa86fd3d49826f0c5e1d6baf (patch) | |
tree | dde45460b95df1a8dd853fbba818d7e9a0417f4e /firefox.spec | |
parent | Enabled Rust on Arm builds, spec clean-up (diff) | |
download | librewolf-fedora-ff-1befd5cc0b9e6119aa86fd3d49826f0c5e1d6baf.tar.gz librewolf-fedora-ff-1befd5cc0b9e6119aa86fd3d49826f0c5e1d6baf.tar.bz2 librewolf-fedora-ff-1befd5cc0b9e6119aa86fd3d49826f0c5e1d6baf.zip |
Enabled ppc arches
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/firefox.spec b/firefox.spec index bb8dd81..5cd7fbb 100644 --- a/firefox.spec +++ b/firefox.spec @@ -1,4 +1,4 @@ -ExcludeArch: ppc64le aarch64 ppc64 s390 s390x +ExcludeArch: s390 s390x # Use ALSA backend? %define alsa_backend 0 @@ -25,20 +25,20 @@ ExcludeArch: ppc64le aarch64 ppc64 s390 s390x %define system_cairo 0 # Use system libvpx? -%define system_libvpx 1 +%define system_libvpx 1 # Use system libicu? %if 0%{?fedora} > 27 -%define system_libicu 1 +%define system_libicu 1 %else -%define system_libicu 0 +%define system_libicu 0 %endif # Big endian platforms %ifarch ppc64 s390x # Javascript Intl API is not supported on big endian platforms right now: # https://bugzilla.mozilla.org/show_bug.cgi?id=1322212 -%define big_endian 1 +%define big_endian 1 %endif # Hardened build? @@ -103,7 +103,7 @@ ExcludeArch: ppc64le aarch64 ppc64 s390 s390x Summary: Mozilla Firefox Web browser Name: firefox Version: 53.0.2 -Release: 3%{?pre_tag}%{?dist} +Release: 4%{?pre_tag}%{?dist} URL: https://www.mozilla.org/firefox/ License: MPLv1.1 or GPLv2+ or LGPLv2+ Group: Applications/Internet |