summaryrefslogtreecommitdiff
path: root/sqlite3
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2017-01-29 11:42:59 +0100
committerJuergen Daubert <jue@jue.li>2017-01-29 11:42:59 +0100
commit83696d1e15ec105ba031c68cc4610a9adb2f73de (patch)
tree760c5309bdeade72e31e187a799c4eaa949b4c77 /sqlite3
parent7a7779e30687052f6c3dd28a7722aca509300603 (diff)
parentdda6cb3acb7523d58e2e625c69116174b64e2831 (diff)
downloadopt-83696d1e15ec105ba031c68cc4610a9adb2f73de.tar.gz
opt-83696d1e15ec105ba031c68cc4610a9adb2f73de.tar.xz
Merge branch '3.2' into 3.3
Diffstat (limited to 'sqlite3')
-rw-r--r--sqlite3/Pkgfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sqlite3/Pkgfile b/sqlite3/Pkgfile
index 8b3053bc2..ae7474942 100644
--- a/sqlite3/Pkgfile
+++ b/sqlite3/Pkgfile
@@ -5,7 +5,7 @@
name=sqlite3
version=3.16.2
-release=1
+release=2
_version=$(printf "%i%.2i%.2i%.2i" ${version//./ })
source=(http://www.sqlite.org/2017/sqlite-autoconf-${_version}.tar.gz)
@@ -16,7 +16,7 @@ build () {
CONFIG_SHELL=/bin/bash \
CFLAGS="-DSQLITE_SECURE_DELETE=1 -DSQLITE_ENABLE_COLUMN_METADATA=1 \
-DSQLITE_ENABLE_UNLOCK_NOTIFY=1 -DSQLITE_ENABLE_DBSTAT_VTAB=1 \
- $CFLAGS" \
+ -DSQLITE_ENABLE_FTS3=1 $CFLAGS" \
./configure --prefix=/usr --enable-readline
make

Generated by cgit