summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2019-12-07 09:09:04 +0100
committerMartin Stransky <stransky@redhat.com>2019-12-07 09:09:04 +0100
commit9155ea75065055b8b28a3760339898a22ea3171c (patch)
tree93bfee12610a2ea95c400d47f33cea7e7818d9d0 /firefox.spec
parentUpdated ASAN setup (diff)
downloadlibrewolf-fedora-ff-9155ea75065055b8b28a3760339898a22ea3171c.tar.gz
librewolf-fedora-ff-9155ea75065055b8b28a3760339898a22ea3171c.tar.bz2
librewolf-fedora-ff-9155ea75065055b8b28a3760339898a22ea3171c.zip
Built with -fno-lifetime-dse
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/firefox.spec b/firefox.spec
index 55f7cbf..860b4f7 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -90,7 +90,7 @@ ExcludeArch: s390x
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 71.0
-Release: 12%{?pre_tag}%{?dist}
+Release: 13%{?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
@@ -496,7 +496,7 @@ cp %{SOURCE32} %{_buildrootdir}/bin || :
# Update the various config.guess to upstream release for aarch64 support
find ./ -name config.guess -exec cp /usr/lib/rpm/config.guess {} ';'
-MOZ_OPT_FLAGS=$(echo "%{optflags}" | %{__sed} -e 's/-Wall//')
+MOZ_OPT_FLAGS=$(echo "%{optflags} -fno-lifetime-dse" | %{__sed} -e 's/-Wall//')
#rhbz#1037063
# -Werror=format-security causes build failures when -Wno-format is explicitly given
# for some sources
@@ -925,6 +925,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Sat Dec 7 2019 Martin Stransky <stransky@redhat.com> - 71.0-13
+- Built with -fno-lifetime-dse
+
* Fri Dec 6 2019 Martin Stransky <stransky@redhat.com> - 71.0-12
- Clang test build, should fix extension breakage
bgstack15