[packages/sqlite3] Enable FTS5. Release 2
megabajt
megabajt at pld-linux.org
Sun Nov 5 14:37:13 CET 2017
commit 4522125d6d8068e940ba7914ee9e6013aded0b6d
Author: Marcin Banasiak <marcin.banasiak at gmail.com>
Date: Sun Nov 5 14:36:28 2017 +0100
Enable FTS5. Release 2
sqlite3.spec | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/sqlite3.spec b/sqlite3.spec
index 31b3398..1226d86 100644
--- a/sqlite3.spec
+++ b/sqlite3.spec
@@ -32,7 +32,7 @@ Summary: SQLite3 library
Summary(pl.UTF-8): Biblioteka SQLite3
Name: sqlite3
Version: %{ver}
-Release: 1
+Release: 2
License: Public Domain
Group: Libraries
# Source0Download: http://www.sqlite.org/download.html
@@ -251,7 +251,8 @@ append-libs "-ldl"
%{?with_readline:--disable-editline} \
%{!?with_tcl:--disable-tcl}%{?with_tcl:--with-tcl=%{_ulibdir}} \
%{__enable_disable load_extension load-extension} \
- --enable-threadsafe
+ --enable-threadsafe \
+ --enable-fts5
%{__make}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/sqlite3.git/commitdiff/4522125d6d8068e940ba7914ee9e6013aded0b6d
More information about the pld-cvs-commit
mailing list