diff options
author | Martin Stransky <stransky@redhat.com> | 2020-12-17 08:10:02 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2020-12-17 08:10:02 +0100 |
commit | 0bca9e286bc33c6e56a9b968f8c4b4ec7b75067d (patch) | |
tree | 95ea23ff74c5fd556ed63f8bbae0932c6c98b54f /firefox.spec | |
parent | Disable PGO on Rawhide due to build issues, Disable system nss on Rawhide due... (diff) | |
download | librewolf-fedora-ff-0bca9e286bc33c6e56a9b968f8c4b4ec7b75067d.tar.gz librewolf-fedora-ff-0bca9e286bc33c6e56a9b968f8c4b4ec7b75067d.tar.bz2 librewolf-fedora-ff-0bca9e286bc33c6e56a9b968f8c4b4ec7b75067d.zip |
spec tweak
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 1 |
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 |