diff options
author | Martin Stransky <stransky@redhat.com> | 2021-01-22 09:37:46 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2021-01-22 09:37:46 +0100 |
commit | 5c8d9b2472802ffff86f2320911c6252cde8f40c (patch) | |
tree | 6641b1d0b467528d2f38c87c7aae90d66efd0e61 | |
parent | Merge branch 'master' into f33 (diff) | |
parent | Disable crashreporter when building without debuginfo (diff) | |
download | librewolf-fedora-ff-5c8d9b2472802ffff86f2320911c6252cde8f40c.tar.gz librewolf-fedora-ff-5c8d9b2472802ffff86f2320911c6252cde8f40c.tar.bz2 librewolf-fedora-ff-5c8d9b2472802ffff86f2320911c6252cde8f40c.zip |
Merge branch 'master' into f33
-rw-r--r-- | firefox.spec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/firefox.spec b/firefox.spec index ddacf66..befebe9 100644 --- a/firefox.spec +++ b/firefox.spec @@ -52,6 +52,7 @@ ExcludeArch: s390x %if !%{create_debuginfo} %define _unpackaged_files_terminate_build 0 %global debug_package %{nil} +%global enable_mozilla_crashreporter 0 %endif %global system_ffi 1 |