crashreporter fixes on second arches
This commit is contained in:
parent
9d15a20e5c
commit
4dc4e22ba3
@ -600,6 +600,10 @@ echo "ac_add_options --disable-debug" >> .mozconfig
|
|||||||
echo "ac_add_options --disable-jemalloc" >> .mozconfig
|
echo "ac_add_options --disable-jemalloc" >> .mozconfig
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if !%{enable_mozilla_crashreporter}
|
||||||
|
echo "ac_add_options --disable-crashreporter" >> .mozconfig
|
||||||
|
%endif
|
||||||
|
|
||||||
%if 0%{?build_tests}
|
%if 0%{?build_tests}
|
||||||
echo "ac_add_options --enable-tests" >> .mozconfig
|
echo "ac_add_options --enable-tests" >> .mozconfig
|
||||||
%else
|
%else
|
||||||
@ -1101,11 +1105,13 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|||||||
%{_datadir}/icons/hicolor/32x32/apps/firefox.png
|
%{_datadir}/icons/hicolor/32x32/apps/firefox.png
|
||||||
%{_datadir}/icons/hicolor/48x48/apps/firefox.png
|
%{_datadir}/icons/hicolor/48x48/apps/firefox.png
|
||||||
%{_datadir}/icons/hicolor/symbolic/apps/firefox-symbolic.svg
|
%{_datadir}/icons/hicolor/symbolic/apps/firefox-symbolic.svg
|
||||||
|
%if %{enable_mozilla_crashreporter}
|
||||||
%{mozappdir}/crashreporter
|
%{mozappdir}/crashreporter
|
||||||
%{mozappdir}/crashreporter.ini
|
%{mozappdir}/crashreporter.ini
|
||||||
%{mozappdir}/minidump-analyzer
|
%{mozappdir}/minidump-analyzer
|
||||||
%{mozappdir}/Throbber-small.gif
|
%{mozappdir}/Throbber-small.gif
|
||||||
%{mozappdir}/browser/crashreporter-override.ini
|
%{mozappdir}/browser/crashreporter-override.ini
|
||||||
|
%endif
|
||||||
%{mozappdir}/*.so
|
%{mozappdir}/*.so
|
||||||
%{mozappdir}/defaults/pref/channel-prefs.js
|
%{mozappdir}/defaults/pref/channel-prefs.js
|
||||||
%{mozappdir}/dependentlibs.list
|
%{mozappdir}/dependentlibs.list
|
||||||
|
Loading…
Reference in New Issue
Block a user