summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2020-09-30 13:16:06 +0200
committerMartin Stransky <stransky@redhat.com>2020-09-30 13:16:06 +0200
commit7e542a604d346d558eac836ff0e7f2344446760b (patch)
tree96f6ee32d84e42aef73c586b30228f2adfda08b1
parentmerged with master, release up (diff)
downloadlibrewolf-fedora-ff-7e542a604d346d558eac836ff0e7f2344446760b.tar.gz
librewolf-fedora-ff-7e542a604d346d558eac836ff0e7f2344446760b.tar.bz2
librewolf-fedora-ff-7e542a604d346d558eac836ff0e7f2344446760b.zip
Removed fdk-aac-free dependency (rhbz#1883672), Enabled LTO
-rw-r--r--firefox.spec6
1 files changed, 3 insertions, 3 deletions
diff --git a/firefox.spec b/firefox.spec
index b61f07a..ebf3d6b 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -282,7 +282,6 @@ BuildRequires: libasan
BuildRequires: libasan-static
%endif
BuildRequires: perl-interpreter
-Requires: fdk-aac-free
BuildRequires: fdk-aac-free-devel
Obsoletes: mozilla <= 37:1.7.13
@@ -621,8 +620,7 @@ echo "export RANLIB=\"gcc-ranlib\"" >> .mozconfig
%endif
%if 0%{?build_with_pgo}
echo "ac_add_options MOZ_PGO=1" >> .mozconfig
-# TODO - Enable when new gcc hits build roots
-#echo "ac_add_options --enable-lto" >> .mozconfig
+echo "ac_add_options --enable-lto" >> .mozconfig
# PGO build doesn't work with ccache
export CCACHE_DISABLE=1
%endif
@@ -981,6 +979,8 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%changelog
* Wed Sep 30 2020 Martin Stransky <stransky@redhat.com> - 81.0-9
- Disabled openh264 download
+- Removed fdk-aac-free dependency (rhbz#1883672)
+- Enabled LTO
* Sat Sep 26 2020 Dan HorĂ¡k <dan[at]danny.cz> - 81.0-8
- Re-enable builds for ppc64le
bgstack15