summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@anakreon.cz>2015-09-02 21:55:06 +0200
committerMartin Stransky <stransky@anakreon.cz>2015-09-02 21:55:06 +0200
commite0d09b371a0e3559e36a0c9cadbda8542e29b829 (patch)
treec91ea1955cd9bea0bccfa74ea3fefebe66733f2b
parentUpdated to latest upstream (40.0.3) (diff)
downloadlibrewolf-fedora-ff-e0d09b371a0e3559e36a0c9cadbda8542e29b829.tar.gz
librewolf-fedora-ff-e0d09b371a0e3559e36a0c9cadbda8542e29b829.tar.bz2
librewolf-fedora-ff-e0d09b371a0e3559e36a0c9cadbda8542e29b829.zip
ppc64le build fix
-rw-r--r--firefox-mozconfig1
-rw-r--r--firefox.spec5
2 files changed, 5 insertions, 1 deletions
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 <stransky@redhat.com> - 40.0.3-2
+- ppc64le build fix
+
* Thu Aug 27 2015 Martin Stransky <stransky@redhat.com> - 40.0.3-1
- Updated to latest upstream (40.0.3)
bgstack15