From 5d942197d4886c7f08fdbe3bf9bb1f4574909615 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Fri, 6 Mar 2015 16:38:42 +0100 Subject: ppc64le build fixes --- firefox.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'firefox.spec') diff --git a/firefox.spec b/firefox.spec index 917d6f7..05af1a1 100644 --- a/firefox.spec +++ b/firefox.spec @@ -107,7 +107,7 @@ Summary: Mozilla Firefox Web browser Name: firefox Version: 36.0 -Release: 3%{?pre_tag}%{?dist} +Release: 4%{?pre_tag}%{?dist} URL: http://www.mozilla.org/projects/firefox/ License: MPLv1.1 or GPLv2+ or LGPLv2+ Group: Applications/Internet @@ -133,6 +133,9 @@ Patch18: xulrunner-24.0-jemalloc-ppc.patch # workaround linking issue on s390 (JSContext::updateMallocCounter(size_t) not found) Patch19: xulrunner-24.0-s390-inlines.patch Patch20: firefox-build-prbool.patch +Patch21: firefox-ppc64le.patch +Patch22: mozilla-1108834.patch +Patch23: mozilla-1005535.patch # Fedora specific patches # Unable to install addons from https pages @@ -287,6 +290,9 @@ cd %{tarballdir} %patch18 -p2 -b .jemalloc-ppc %patch19 -p2 -b .s390-inlines %patch20 -p1 -b .prbool +%patch21 -p2 -b .ppc64le +%patch22 -p2 -b .1108834 +%patch23 -p1 -b .1005535 # For branding specific patches. @@ -765,6 +771,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog +* Fri Mar 6 2015 Martin Stransky - 36.0-4 +- ppc64le build fix + * Thu Mar 5 2015 Martin Stransky - 36.0-3 - Added back the removed "-remote" option - Fixed rhbz#1198965 - mozilla-xremote-client has been removed, -- cgit