diff options
author | Kalev Lember <klember@redhat.com> | 2019-12-20 13:03:12 +0100 |
---|---|---|
committer | Kalev Lember <klember@redhat.com> | 2019-12-20 13:03:12 +0100 |
commit | 4feb74e22b18e06921abaa891cc947a4a15239fc (patch) | |
tree | f5b99e5d902232af04d1ca97d915acaf2bb50c80 | |
parent | Disable ASAN builds (diff) | |
download | librewolf-fedora-ff-4feb74e22b18e06921abaa891cc947a4a15239fc.tar.gz librewolf-fedora-ff-4feb74e22b18e06921abaa891cc947a4a15239fc.tar.bz2 librewolf-fedora-ff-4feb74e22b18e06921abaa891cc947a4a15239fc.zip |
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.
-rw-r--r-- | firefox.spec | 3 |
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 |