]> git.pld-linux.org Git - packages/sqlite3.git/commitdiff
Enable FTS5. Release 2 auto/th/sqlite3-3.21.0-2
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Sun, 5 Nov 2017 13:36:28 +0000 (14:36 +0100)
committerMarcin Banasiak <marcin.banasiak@gmail.com>
Sun, 5 Nov 2017 13:36:28 +0000 (14:36 +0100)
sqlite3.spec

index 31b33982b250ada7c91ab43e431426b088b1ed5b..1226d8602ad7b82f46158036719b6057004eb94e 100644 (file)
@@ -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}
 
This page took 0.048229 seconds and 4 git commands to generate.