summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2020-10-07 10:23:30 +0200
committerMartin Stransky <stransky@redhat.com>2020-10-07 10:23:30 +0200
commitb3eddc17ed21e7f2fc1c01e95423a850a8a72e70 (patch)
treefc314fbb16046fb9ee80742cf9979ce1097f2cd3 /firefox.spec
parentEnabled LTO, added build fixes, removed unused patches (diff)
parentReenable s390x as https://pagure.io/koji/issue/1418 seems to be fixed (diff)
downloadlibrewolf-fedora-ff-b3eddc17ed21e7f2fc1c01e95423a850a8a72e70.tar.gz
librewolf-fedora-ff-b3eddc17ed21e7f2fc1c01e95423a850a8a72e70.tar.bz2
librewolf-fedora-ff-b3eddc17ed21e7f2fc1c01e95423a850a8a72e70.zip
Merge branch 'master' of ssh://pkgs.fedoraproject.org/rpms/firefox
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec3
1 files changed, 0 insertions, 3 deletions
diff --git a/firefox.spec b/firefox.spec
index 58749e3..18485f2 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -4,9 +4,6 @@
%global build_with_clang 0
%global build_with_asan 0
-# Disabled due to https://pagure.io/fedora-infrastructure/issue/7581
-ExcludeArch: s390x
-
%global enable_mozilla_crashreporter 0
%ifarch x86_64 %{ix86}
%global enable_mozilla_crashreporter 1
bgstack15