Don't build with system sqlite on F24

This commit is contained in:
Martin Stransky 2017-01-24 09:59:35 +01:00
parent 7ea6c3f304
commit d6041ad5fb
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ ExcludeArch: armv7hl
%define system_nss 1
# Use system sqlite?
%if 0%{?fedora} > 23
%if 0%{?fedora} > 24
%define system_sqlite 1
%else
%define system_sqlite 0