summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec3
1 files changed, 3 insertions, 0 deletions
diff --git a/firefox.spec b/firefox.spec
index 4057abf..0d2fbbe 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -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
bgstack15