Disable mozilla crashreporter for flatpak builds

We have an unresolved /usr vs /app prefix issue for debuginfo
generation, which currently breaks the mozilla crashreporter builds.
Disable it for now to work this around.
This commit is contained in:
Kalev Lember 2019-12-20 13:03:12 +01:00
parent 6e9b476c31
commit 4feb74e22b
1 changed files with 3 additions and 0 deletions

View File

@ -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