From 4dc4e22ba397191c818dca851c1fd41fcdfcf475 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Tue, 22 Nov 2022 21:00:59 +0100 Subject: [PATCH] crashreporter fixes on second arches --- firefox.spec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/firefox.spec b/firefox.spec index cba5da3..afe191d 100644 --- a/firefox.spec +++ b/firefox.spec @@ -600,6 +600,10 @@ echo "ac_add_options --disable-debug" >> .mozconfig echo "ac_add_options --disable-jemalloc" >> .mozconfig %endif +%if !%{enable_mozilla_crashreporter} +echo "ac_add_options --disable-crashreporter" >> .mozconfig +%endif + %if 0%{?build_tests} echo "ac_add_options --enable-tests" >> .mozconfig %else @@ -1101,11 +1105,13 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_datadir}/icons/hicolor/32x32/apps/firefox.png %{_datadir}/icons/hicolor/48x48/apps/firefox.png %{_datadir}/icons/hicolor/symbolic/apps/firefox-symbolic.svg +%if %{enable_mozilla_crashreporter} %{mozappdir}/crashreporter %{mozappdir}/crashreporter.ini %{mozappdir}/minidump-analyzer %{mozappdir}/Throbber-small.gif %{mozappdir}/browser/crashreporter-override.ini +%endif %{mozappdir}/*.so %{mozappdir}/defaults/pref/channel-prefs.js %{mozappdir}/dependentlibs.list