diff options
author | Martin Stransky <stransky@redhat.com> | 2017-05-10 11:56:09 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2017-05-10 11:56:09 +0200 |
commit | a924e0e6e0f7b092d51cf5b75845bc30bb383b08 (patch) | |
tree | 552b68c74e1ee81aead312da8ea8d965507a802a | |
parent | Cannot use disable skia with latest version (diff) | |
download | librewolf-fedora-ff-a924e0e6e0f7b092d51cf5b75845bc30bb383b08.tar.gz librewolf-fedora-ff-a924e0e6e0f7b092d51cf5b75845bc30bb383b08.tar.bz2 librewolf-fedora-ff-a924e0e6e0f7b092d51cf5b75845bc30bb383b08.zip |
enable arm builds
-rw-r--r-- | firefox.spec | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec index 604258a..1afa544 100644 --- a/firefox.spec +++ b/firefox.spec @@ -1,3 +1,5 @@ +ExcludeArch: ppc64le aarch64 ppc64 s390 s390x + # Use ALSA backend? %define alsa_backend 0 @@ -115,7 +117,6 @@ Release: 1%{?pre_tag}%{?dist} URL: https://www.mozilla.org/firefox/ License: MPLv1.1 or GPLv2+ or LGPLv2+ Group: Applications/Internet -ExcludeArch: armv7hl ppc64le aarch64 ppc64 Source0: https://archive.mozilla.org/pub/firefox/releases/%{version}%{?pre_version}/source/firefox-%{version}%{?pre_version}.source.tar.xz %if %{build_langpacks} Source1: firefox-langpacks-%{version}%{?pre_version}-20170505.tar.xz |