From b4d6e96efe5914cdfc2dd9aaf33de12149220f86 Mon Sep 17 00:00:00 2001 From: Christopher Aillon Date: Mon, 31 Jan 2011 19:13:52 -0800 Subject: Remove the jemalloc specific patches They belong in XR, but have already been fixed in other ways anyway --- firefox.spec | 7 ------- 1 file changed, 7 deletions(-) (limited to 'firefox.spec') diff --git a/firefox.spec b/firefox.spec index a744881..f3ab69b 100644 --- a/firefox.spec +++ b/firefox.spec @@ -54,8 +54,6 @@ Source23: firefox.1 #Build patches Patch0: firefox-version.patch -Patch1: firefox4-jemalloc.patch -Patch2: firefox4-build-throw.patch # Fedora patches Patch11: firefox-default.patch @@ -106,8 +104,6 @@ sed -e 's/__RPM_VERSION_INTERNAL__/%{internal_version}/' %{P:%%PATCH0} \ # For branding specific patches. -%patch1 -p1 -b .526152 -%patch2 -p1 -b .throw # Fedora patches %patch11 -p2 -b .default @@ -295,9 +291,6 @@ done touch $RPM_BUILD_ROOT/%{mozappdir}/components/compreg.dat touch $RPM_BUILD_ROOT/%{mozappdir}/components/xpti.dat -# jemalloc shows up sometimes, but it's not needed here, it's in XR -%{__rm} -f $RPM_BUILD_ROOT/%{mozappdir}/libjemalloc.so - # Enable crash reporter for Firefox application %if %{include_debuginfo} sed -i -e "s/\[Crash Reporter\]/[Crash Reporter]\nEnabled=1/" $RPM_BUILD_ROOT/%{mozappdir}/application.ini -- cgit