summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2020-10-15 18:58:35 +0200
committerMartin Stransky <stransky@redhat.com>2020-10-15 18:58:35 +0200
commita09dba9f972090e142455d8aeb5f3f0dfd7419f5 (patch)
tree40c711800f6cd60e78fb5d93a6d2fca1463b489f /firefox.spec
parentUpdated to 82.0 Build 2 (diff)
downloadlibrewolf-fedora-ff-a09dba9f972090e142455d8aeb5f3f0dfd7419f5.tar.gz
librewolf-fedora-ff-a09dba9f972090e142455d8aeb5f3f0dfd7419f5.tar.bz2
librewolf-fedora-ff-a09dba9f972090e142455d8aeb5f3f0dfd7419f5.zip
LTO build fix
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/firefox.spec b/firefox.spec
index 2228cee..e9cb490 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -615,9 +615,9 @@ echo "export RANLIB=\"gcc-ranlib\"" >> .mozconfig
%if 0%{?build_with_pgo}
echo "ac_add_options MOZ_PGO=1" >> .mozconfig
# Temporary disabled due to GCC bug
-%if 0%{?fedora} > 32
+# Fixed by https://bugzilla.mozilla.org/show_bug.cgi?id=1671345
+# Should be in Firefox 83
echo "ac_add_options --enable-lto" >> .mozconfig
-%endif
# PGO build doesn't work with ccache
export CCACHE_DISABLE=1
%endif
bgstack15