diff options
author | Martin Stransky <stransky@anakreon.cz> | 2016-04-27 11:23:24 +0200 |
---|---|---|
committer | Martin Stransky <stransky@anakreon.cz> | 2016-04-27 11:23:24 +0200 |
commit | d9e0c4a8200e2d8fed8d37230ebe5d94537b06ad (patch) | |
tree | a65105f8e6f64a3c598ff28b834e5761c8ef6e36 | |
parent | Merge branch 'master' into f23 (diff) | |
parent | Added fix for rhbz#1315225 - ppc64le/aarch64 build fixes (diff) | |
download | librewolf-fedora-ff-d9e0c4a8200e2d8fed8d37230ebe5d94537b06ad.tar.gz librewolf-fedora-ff-d9e0c4a8200e2d8fed8d37230ebe5d94537b06ad.tar.bz2 librewolf-fedora-ff-d9e0c4a8200e2d8fed8d37230ebe5d94537b06ad.zip |
Merge branch 'master' into f23
-rw-r--r-- | firefox.spec | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec index 7d5b2cf..dffcbb7 100644 --- a/firefox.spec +++ b/firefox.spec @@ -94,7 +94,7 @@ Summary: Mozilla Firefox Web browser Name: firefox Version: 46.0 -Release: 3%{?pre_tag}%{?dist} +Release: 4%{?pre_tag}%{?dist} URL: https://www.mozilla.org/projects/firefox/ License: MPLv1.1 or GPLv2+ or LGPLv2+ Group: Applications/Internet @@ -347,8 +347,12 @@ echo "ac_add_options --disable-optimize" >> .mozconfig echo "ac_add_options --enable-dtrace" >> .mozconfig %else echo "ac_add_options --disable-debug" >> .mozconfig +%ifarch ppc64le aarch64 +echo 'ac_add_options --enable-optimize="-g -O2"' >> .mozconfig +%else echo "ac_add_options --enable-optimize" >> .mozconfig %endif +%endif # s390(x) fails to start with jemalloc enabled %ifarch s390 s390x @@ -807,6 +811,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog +* Wed Apr 27 2016 Martin Stransky <stransky@redhat.com> - 46.0-4 +- Added fix for rhbz#1315225 - ppc64le/aarch64 build fixes + * Wed Apr 27 2016 Martin Stransky <stransky@redhat.com> - 46.0-3 - Fixed missing langpacks |