summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2020-08-18 17:22:12 +0200
committerMartin Stransky <stransky@redhat.com>2020-08-18 17:22:12 +0200
commitdced7c2e45db854be4905678075a3717fb96c381 (patch)
tree9c9fbcc10cdfe1553ff2e3a8939f8d18e36c580f /firefox.spec
parentpatch cleanup (diff)
downloadlibrewolf-fedora-ff-dced7c2e45db854be4905678075a3717fb96c381.tar.gz
librewolf-fedora-ff-dced7c2e45db854be4905678075a3717fb96c381.tar.bz2
librewolf-fedora-ff-dced7c2e45db854be4905678075a3717fb96c381.zip
Build fixes - spec, patches
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 cc3a51c..3e32fe6 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -82,7 +82,7 @@ ExcludeArch: s390x
%if %{?system_nss}
%global nspr_version 4.21
%global nspr_build_version %{nspr_version}
-%global nss_version 3.54
+%global nss_version 3.55
%global nss_build_version %{nss_version}
%endif
@@ -628,7 +628,7 @@ MOZ_SMP_FLAGS=-j1
echo "mk_add_options MOZ_MAKE_FLAGS=\"$MOZ_SMP_FLAGS\"" >> .mozconfig
echo "mk_add_options MOZ_SERVICES_SYNC=1" >> .mozconfig
-echo "mk_add_options STRIP=/bin/true" >> .mozconfig
+echo "export STRIP=/bin/true" >> .mozconfig
%if %{build_with_pgo}
%if %{pgo_wayland}
xvfb-run mutter --wayland --nested &
bgstack15