From e0d09b371a0e3559e36a0c9cadbda8542e29b829 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Wed, 2 Sep 2015 21:55:06 +0200 Subject: ppc64le build fix --- firefox-mozconfig | 1 + firefox.spec | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/firefox-mozconfig b/firefox-mozconfig index 8dd90c3..173d24c 100644 --- a/firefox-mozconfig +++ b/firefox-mozconfig @@ -36,6 +36,7 @@ ac_add_options --with-system-icu ac_add_options --with-mozilla-api-keyfile=../mozilla-api-key ac_add_options --enable-release ac_add_options --enable-pie +ac_add_options --disable-skia export BUILD_OFFICIAL=1 export MOZILLA_OFFICIAL=1 diff --git a/firefox.spec b/firefox.spec index be2a3b8..4fbfda2 100644 --- a/firefox.spec +++ b/firefox.spec @@ -91,7 +91,7 @@ Summary: Mozilla Firefox Web browser Name: firefox Version: 40.0.3 -Release: 1%{?pre_tag}%{?dist} +Release: 2%{?pre_tag}%{?dist} URL: http://www.mozilla.org/projects/firefox/ License: MPLv1.1 or GPLv2+ or LGPLv2+ Group: Applications/Internet @@ -779,6 +779,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog +* Wed Sep 2 2015 Martin Stransky - 40.0.3-2 +- ppc64le build fix + * Thu Aug 27 2015 Martin Stransky - 40.0.3-1 - Updated to latest upstream (40.0.3) -- cgit