diff options
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 7 |
1 files changed, 0 insertions, 7 deletions
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 |