diff options
author | Martin Stransky <stransky@redhat.com> | 2020-10-07 10:23:30 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2020-10-07 10:23:30 +0200 |
commit | b3eddc17ed21e7f2fc1c01e95423a850a8a72e70 (patch) | |
tree | fc314fbb16046fb9ee80742cf9979ce1097f2cd3 | |
parent | Enabled LTO, added build fixes, removed unused patches (diff) | |
parent | Reenable s390x as https://pagure.io/koji/issue/1418 seems to be fixed (diff) | |
download | librewolf-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
-rw-r--r-- | firefox.spec | 3 |
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 |