summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2020-08-18 08:43:08 +0200
committerMartin Stransky <stransky@redhat.com>2020-08-18 08:43:08 +0200
commit21aa95ea6283e5c7a05354536218a4e4f69a0d66 (patch)
treec5a5df343d0eccc7e549386a29f17197427b6e6b /firefox.spec
parentEnabled pgo, Build with clang (diff)
downloadlibrewolf-fedora-ff-21aa95ea6283e5c7a05354536218a4e4f69a0d66.tar.gz
librewolf-fedora-ff-21aa95ea6283e5c7a05354536218a4e4f69a0d66.tar.bz2
librewolf-fedora-ff-21aa95ea6283e5c7a05354536218a4e4f69a0d66.zip
spec clean up
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec4
1 files changed, 1 insertions, 3 deletions
diff --git a/firefox.spec b/firefox.spec
index ae68357..faf067c 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -34,11 +34,10 @@ ExcludeArch: s390x
%global use_bundled_cbindgen 1
# Build PGO+LTO on x86_64 and aarch64 only due to build issues
# on other arches.
+%global build_with_pgo 0
%ifarch x86_64 aarch64
%if %{release_build}
%global build_with_pgo 1
-%else
-%global build_with_pgo 0
%endif
# Build PGO builds on Wayland backend
%global pgo_wayland 0
@@ -130,7 +129,6 @@ Source24: mozilla-api-key
Source25: firefox-symbolic.svg
Source26: distribution.ini
Source27: google-api-key
-Source25: google-api-key
Source28: firefox-wayland.sh.in
Source29: firefox-wayland.desktop
Source30: firefox-x11.sh.in
bgstack15