diff options
author | Martin Stransky <stransky@redhat.com> | 2018-03-08 10:37:43 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2018-03-08 10:37:43 +0100 |
commit | aaca9d8d46e5fa68fe82c8a80c999e20511e5ad8 (patch) | |
tree | f91f59c8bfb14c7907f4e4e608968b454f77df98 | |
parent | Merge branch 'master' into f26 (diff) | |
parent | Disabled crash reporter on second arches (diff) | |
download | librewolf-fedora-ff-aaca9d8d46e5fa68fe82c8a80c999e20511e5ad8.tar.gz librewolf-fedora-ff-aaca9d8d46e5fa68fe82c8a80c999e20511e5ad8.tar.bz2 librewolf-fedora-ff-aaca9d8d46e5fa68fe82c8a80c999e20511e5ad8.zip |
Merge branch 'master' into f26
-rw-r--r-- | firefox.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/firefox.spec b/firefox.spec index 7e97177..89cd65e 100644 --- a/firefox.spec +++ b/firefox.spec @@ -86,10 +86,10 @@ %global official_branding 1 %global build_langpacks 1 -%global enable_mozilla_crashreporter 1 +%global enable_mozilla_crashreporter 0 %if !%{debug_build} %ifarch %{ix86} x86_64 -%global enable_mozilla_crashreporter 0 +%global enable_mozilla_crashreporter 1 %endif %endif |