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:
parent
6e9b476c31
commit
4feb74e22b
@ -16,6 +16,9 @@ ExcludeArch: s390x
|
|||||||
%if %{build_with_asan}
|
%if %{build_with_asan}
|
||||||
%global enable_mozilla_crashreporter 0
|
%global enable_mozilla_crashreporter 0
|
||||||
%endif
|
%endif
|
||||||
|
%if 0%{?flatpak}
|
||||||
|
%global enable_mozilla_crashreporter 0
|
||||||
|
%endif
|
||||||
|
|
||||||
%global system_nss 1
|
%global system_nss 1
|
||||||
%global system_ffi 1
|
%global system_ffi 1
|
||||||
|
Loading…
Reference in New Issue
Block a user