Using mozconfig from mozilla for crashreporter
This commit is contained in:
parent
9e88c31c9c
commit
f03ee1fa3c
@ -24,7 +24,6 @@ ac_add_options --enable-pango
|
|||||||
ac_add_options --enable-svg
|
ac_add_options --enable-svg
|
||||||
ac_add_options --enable-canvas
|
ac_add_options --enable-canvas
|
||||||
ac_add_options --enable-system-hunspell
|
ac_add_options --enable-system-hunspell
|
||||||
ac_add_options --disable-crashreporter
|
|
||||||
ac_add_options --disable-necko-wifi
|
ac_add_options --disable-necko-wifi
|
||||||
ac_add_options --disable-updater
|
ac_add_options --disable-updater
|
||||||
ac_add_options --enable-startup-notification
|
ac_add_options --enable-startup-notification
|
||||||
|
@ -1,5 +0,0 @@
|
|||||||
# For mozilla's debuginfo:
|
|
||||||
export CFLAGS="$CFLAGS -gdwarf-2"
|
|
||||||
export CXXFLAGS="$CXXFLAGS -gdwarf-2"
|
|
||||||
export MOZ_DEBUG_SYMBOLS=1
|
|
||||||
ac_add_options --enable-crashreporter
|
|
@ -54,7 +54,7 @@
|
|||||||
Summary: Mozilla Thunderbird mail/newsgroup client
|
Summary: Mozilla Thunderbird mail/newsgroup client
|
||||||
Name: thunderbird
|
Name: thunderbird
|
||||||
Version: 17.0.6
|
Version: 17.0.6
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
URL: http://www.mozilla.org/projects/thunderbird/
|
URL: http://www.mozilla.org/projects/thunderbird/
|
||||||
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
@ -65,7 +65,6 @@ Source1: thunderbird-langpacks-%{version}-20130514.tar.xz
|
|||||||
Source10: thunderbird-mozconfig
|
Source10: thunderbird-mozconfig
|
||||||
Source11: thunderbird-mozconfig-branded
|
Source11: thunderbird-mozconfig-branded
|
||||||
Source12: thunderbird-redhat-default-prefs.js
|
Source12: thunderbird-redhat-default-prefs.js
|
||||||
Source13: thunderbird-mozconfig-debuginfo
|
|
||||||
Source20: thunderbird.desktop
|
Source20: thunderbird.desktop
|
||||||
Source21: thunderbird.sh.in
|
Source21: thunderbird.sh.in
|
||||||
Source100: find-external-requires
|
Source100: find-external-requires
|
||||||
@ -195,9 +194,6 @@ cd ..
|
|||||||
%if %{official_branding}
|
%if %{official_branding}
|
||||||
%{__cat} %{SOURCE11} >> .mozconfig
|
%{__cat} %{SOURCE11} >> .mozconfig
|
||||||
%endif
|
%endif
|
||||||
%if %{enable_mozilla_crashreporter}
|
|
||||||
%{__cat} %{SOURCE13} >> .mozconfig
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%if %{?system_nss}
|
%if %{?system_nss}
|
||||||
echo "ac_add_options --with-system-nspr" >> .mozconfig
|
echo "ac_add_options --with-system-nspr" >> .mozconfig
|
||||||
|
Loading…
Reference in New Issue
Block a user