diff --git a/system/base/sqlite/actions.py b/system/base/sqlite/actions.py
index 861eb533..68f2a91d 100644
--- a/system/base/sqlite/actions.py
+++ b/system/base/sqlite/actions.py
@@ -19,6 +19,7 @@ def setup():
"-DSQLITE_DISABLE_DIRSYNC",
"-DSQLITE_ENABLE_FTS3",
"-DSQLITE_ENABLE_FTS4",
+ "-DSQLITE_ENABLE_FTS5",
"-DSQLITE_ENABLE_FTS3_PARENTHESIS",
"-DSQLITE_ENABLE_STMT_SCANSTATUS",
"-DSQLITE_SOUNDEX",
@@ -29,6 +30,11 @@ def setup():
autotools.configure("--disable-static \
--enable-readline \
+ --enable-fts3 \
+ --enable-fts4 \
+ --enable-fts5 \
+ --enable-rtree \
+ --enable-json1 \
--enable-threadsafe")
#shelltools.cd("tea")
@@ -48,15 +54,15 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
- #shelltools.cd("%s/sqlite-autoconf-3081002/tea" % get.workDIR())
+ #shelltools.cd("%s/sqlite-autoconf-3110000/tea" % get.workDIR())
#autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("README*")
- shelltools.cd("%s/sqlite-doc-3081002" % get.workDIR())
+ shelltools.cd("%s/sqlite-doc-3110000" % get.workDIR())
shelltools.system("pwd")
- pisitools.insinto("/usr/share/doc/sqlite", "../sqlite-doc-3081002/*")
+ pisitools.insinto("/usr/share/doc/sqlite", "../sqlite-doc-3110000/*")
# fix permissions and remove obsolete files; https://bugs.archlinux.org/task/24605
shelltools.system("find %s -type f -perm 755 -exec ls -lha {} \;" % get.installDIR())
diff --git a/system/base/sqlite/pspec.xml b/system/base/sqlite/pspec.xml
index 398622cd..700188dc 100644
--- a/system/base/sqlite/pspec.xml
+++ b/system/base/sqlite/pspec.xml
@@ -12,8 +12,8 @@
library
An SQL Database Engine in a C Library
SQLite is a small C library that implements a self-contained, embeddable, zero-configuration SQL database engine. Supports databases up to 2 terabytes in size.
- http://www.sqlite.org/2015/sqlite-autoconf-3081002.tar.gz
- http://www.sqlite.org/2015/sqlite-doc-3081002.zip
+ http://www.sqlite.org/2016/sqlite-autoconf-3110000.tar.gz
+ http://www.sqlite.org/2016/sqlite-doc-3110000.zip
readline-devel
@@ -108,6 +108,13 @@
+
+ 2016-03-02
+ 3.11.0.0
+ Version bump.
+ Alihan Öztürk
+ alihan@pisilinux.org
+
2015-06-08
3.8.10.2