summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2021-01-22 09:37:46 +0100
committerMartin Stransky <stransky@redhat.com>2021-01-22 09:37:46 +0100
commit5c8d9b2472802ffff86f2320911c6252cde8f40c (patch)
tree6641b1d0b467528d2f38c87c7aae90d66efd0e61
parentMerge branch 'master' into f33 (diff)
parentDisable crashreporter when building without debuginfo (diff)
downloadlibrewolf-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.spec1
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
bgstack15