summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2020-12-16 18:07:30 +0100
committerMartin Stransky <stransky@redhat.com>2020-12-16 18:07:30 +0100
commitbfe259c9fa48eb794033b76f05ad7a3f3bc91159 (patch)
tree8f81039ecc168ffdd4b8f8aa1b29604993a02741 /firefox.spec
parentDisabled system nss due to addon breakage (rhbz#1908018). (diff)
downloadlibrewolf-fedora-ff-bfe259c9fa48eb794033b76f05ad7a3f3bc91159.tar.gz
librewolf-fedora-ff-bfe259c9fa48eb794033b76f05ad7a3f3bc91159.tar.bz2
librewolf-fedora-ff-bfe259c9fa48eb794033b76f05ad7a3f3bc91159.zip
Disabled LTO due to massive test failures
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/firefox.spec b/firefox.spec
index 456aac4..d58a0c7 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -126,7 +126,7 @@ ExcludeArch: s390x
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 84.0
-Release: 3%{?pre_tag}%{?dist}
+Release: 4%{?pre_tag}%{?dist}
URL: https://www.mozilla.org/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Source0: https://archive.mozilla.org/pub/firefox/releases/%{version}%{?pre_version}/source/firefox-%{version}%{?pre_version}.source.tar.xz
@@ -642,9 +642,9 @@ echo "export RANLIB=\"gcc-ranlib\"" >> .mozconfig
echo "ac_add_options MOZ_PGO=1" >> .mozconfig
# Should be in Firefox 83
# Temporary disabled due to https://bugzilla.redhat.com/show_bug.cgi?id=1893474
-%if 0%{?fedora} >= 33
-echo "ac_add_options --enable-lto" >> .mozconfig
-%endif
+#%if 0%{?fedora} >= 33
+#echo "ac_add_options --enable-lto" >> .mozconfig
+#%endif
# PGO build doesn't work with ccache
export CCACHE_DISABLE=1
@@ -991,6 +991,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Wed Dec 16 2020 Martin Stransky <stransky@redhat.com> - 84.0-4
+- Disabled LTO due to massive test failures
+
* Wed Dec 16 2020 Martin Stransky <stransky@redhat.com> - 84.0-3
- Updated to Firefox 84 Build 3
- Disabled system nss due to addon breakage (rhbz#1908018).
bgstack15