Disable crash reporter
This commit is contained in:
parent
d223cbb7df
commit
0a559fd2f0
@ -25,6 +25,7 @@ ac_add_options --enable-pango
|
|||||||
ac_add_options --enable-system-cairo
|
ac_add_options --enable-system-cairo
|
||||||
ac_add_options --enable-svg
|
ac_add_options --enable-svg
|
||||||
ac_add_options --enable-canvas
|
ac_add_options --enable-canvas
|
||||||
|
ac_add_options --disable-crashreporter
|
||||||
|
|
||||||
export BUILD_OFFICIAL=1
|
export BUILD_OFFICIAL=1
|
||||||
export MOZILLA_OFFICIAL=1
|
export MOZILLA_OFFICIAL=1
|
||||||
|
@ -48,9 +48,6 @@ Patch4: thunderbird-pango.patch
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
Requires: nspr >= %{nspr_version}
|
Requires: nspr >= %{nspr_version}
|
||||||
Requires: nss >= %{nss_version}
|
Requires: nss >= %{nss_version}
|
||||||
#%if 0%{?rhel} >= 5
|
|
||||||
#Requires: launchmail
|
|
||||||
#%endif
|
|
||||||
BuildRequires: libcurl-devel
|
BuildRequires: libcurl-devel
|
||||||
BuildRequires: cairo-devel >= %{cairo_version}
|
BuildRequires: cairo-devel >= %{cairo_version}
|
||||||
BuildRequires: dbus-glib-devel >= %{dbus_glib_version}
|
BuildRequires: dbus-glib-devel >= %{dbus_glib_version}
|
||||||
@ -299,7 +296,6 @@ fi
|
|||||||
%changelog
|
%changelog
|
||||||
* Mon Mar 2 2009 Jan Horak <jhorak@redhat.com> - 3.0-1.beta2
|
* Mon Mar 2 2009 Jan Horak <jhorak@redhat.com> - 3.0-1.beta2
|
||||||
- Update to 3.0 beta2
|
- Update to 3.0 beta2
|
||||||
- Removed creation of thunderbird start script by rpmbuild
|
|
||||||
- Added Patch2 to build correctly when building with --enable-shared option
|
- Added Patch2 to build correctly when building with --enable-shared option
|
||||||
|
|
||||||
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.0.18-3
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.0.18-3
|
||||||
|
Loading…
Reference in New Issue
Block a user