summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2017-03-03 15:05:08 +0100
committerMartin Stransky <stransky@redhat.com>2017-03-03 15:05:08 +0100
commit40a69b71a888bb4560f4e5cf22a03cac6b5daa65 (patch)
tree8b381d3c81858bf605c5cb6d95a7acb9875e0251 /firefox.spec
parentupdated nss version (diff)
downloadlibrewolf-fedora-ff-40a69b71a888bb4560f4e5cf22a03cac6b5daa65.tar.gz
librewolf-fedora-ff-40a69b71a888bb4560f4e5cf22a03cac6b5daa65.tar.bz2
librewolf-fedora-ff-40a69b71a888bb4560f4e5cf22a03cac6b5daa65.zip
Disable system sqlite on Fedora 25
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index 306e7af..a3fe56f 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -2,7 +2,7 @@
%define system_nss 1
# Use system sqlite?
-%if 0%{?fedora} > 24
+%if 0%{?fedora} > 25
%define system_sqlite 1
%else
%define system_sqlite 0
bgstack15