summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2020-12-17 08:10:02 +0100
committerMartin Stransky <stransky@redhat.com>2020-12-17 08:10:02 +0100
commit0bca9e286bc33c6e56a9b968f8c4b4ec7b75067d (patch)
tree95ea23ff74c5fd556ed63f8bbae0932c6c98b54f
parentDisable PGO on Rawhide due to build issues, Disable system nss on Rawhide due... (diff)
downloadlibrewolf-fedora-ff-0bca9e286bc33c6e56a9b968f8c4b4ec7b75067d.tar.gz
librewolf-fedora-ff-0bca9e286bc33c6e56a9b968f8c4b4ec7b75067d.tar.bz2
librewolf-fedora-ff-0bca9e286bc33c6e56a9b968f8c4b4ec7b75067d.zip
spec tweak
-rw-r--r--firefox.spec1
1 files changed, 1 insertions, 0 deletions
diff --git a/firefox.spec b/firefox.spec
index 2f3c66a..6ca48eb 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -7,6 +7,7 @@
%global test_offscreen 1
%global test_on_wayland 0
%global create_debuginfo 1
+%global system_nss 1
# Disable system nss for Rawhide due to rhbz#1908018
%if 0%{?fedora} > 33
%global system_nss 0
bgstack15