diff options
author | Martin Stransky <stransky@redhat.com> | 2020-01-02 11:52:13 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2020-01-02 11:52:13 +0100 |
commit | 1a1f848ee70e81de8d7b446111e1cf0475ea96e3 (patch) | |
tree | 750876541ca9ee0f212d1742db50ecfeed27b18c | |
parent | Merge branch 'master' into f31 (diff) | |
parent | Disabled asan, enabled release (diff) | |
download | librewolf-fedora-ff-1a1f848ee70e81de8d7b446111e1cf0475ea96e3.tar.gz librewolf-fedora-ff-1a1f848ee70e81de8d7b446111e1cf0475ea96e3.tar.bz2 librewolf-fedora-ff-1a1f848ee70e81de8d7b446111e1cf0475ea96e3.zip |
Merge branch 'master' into f31
-rw-r--r-- | firefox.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec index 4057abf..b70eb0e 100644 --- a/firefox.spec +++ b/firefox.spec @@ -1,5 +1,5 @@ # Set to true if it's going to be submitted as update. -%global release_build 0 +%global release_build 1 %global debug_build 0 %global build_with_clang 0 %global build_with_asan 0 @@ -16,6 +16,9 @@ ExcludeArch: s390x %if %{build_with_asan} %global enable_mozilla_crashreporter 0 %endif +%if 0%{?flatpak} +%global enable_mozilla_crashreporter 0 +%endif %global system_nss 1 %global system_ffi 1 |