From 7e542a604d346d558eac836ff0e7f2344446760b Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Wed, 30 Sep 2020 13:16:06 +0200 Subject: [PATCH] Removed fdk-aac-free dependency (rhbz#1883672), Enabled LTO --- firefox.spec | 6 +++--- 1 file 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 - 81.0-9 - Disabled openh264 download +- Removed fdk-aac-free dependency (rhbz#1883672) +- Enabled LTO * Sat Sep 26 2020 Dan HorĂ¡k - 81.0-8 - Re-enable builds for ppc64le