diff --git a/thunderbird.spec b/thunderbird.spec index 3ac99fe..6da8fe7 100644 --- a/thunderbird.spec +++ b/thunderbird.spec @@ -65,6 +65,8 @@ Patch1: mozilla-jemalloc.patch Patch2: thunderbird-shared-error.patch # Fixes gcc complain that nsFrame::delete is protected Patch4: xulrunner-1.9.2.1-build.patch +# Fix missing includes for crash reporter, remove in 3.1 final +Patch5: xulrunner-missing-headers.patch %if %{official_branding} # Required by Mozilla Corporation @@ -125,6 +127,7 @@ sed -e 's/__RPM_VERSION_INTERNAL__/%{version_internal}/' %{P:%%PATCH0} \ %patch1 -p0 -b .jemalloc %patch2 -p1 -b .shared-error %patch4 -p1 -b .protected +%patch5 -p0 -b .stat %if %{official_branding} @@ -390,7 +393,6 @@ fi %changelog * Fri Jun 11 2010 Jan Horak - 3.1-0.3.rc2 -- Switch to Mozilla crash reporting tool - TryExec added to desktop file * Wed Jun 9 2010 Christopher Aillon 3.1-0.2.rc2