summaryrefslogtreecommitdiffstats
path: root/extra/sqlite3/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/sqlite3/Pkgfile')
-rw-r--r--extra/sqlite3/Pkgfile8
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/sqlite3/Pkgfile b/extra/sqlite3/Pkgfile
index 8299ea10c..395a12462 100644
--- a/extra/sqlite3/Pkgfile
+++ b/extra/sqlite3/Pkgfile
@@ -5,14 +5,14 @@
# Depends on: tcl
name=sqlite3
-#version=3.6.23.1
-version=3.7.0
-release=1
+version=3.7.2
+release=2
source=(http://www.sqlite.org/sqlite-$version.tar.gz)
build() {
+ export LTLINK_EXTRAS="-ldl"
+ export CFLAGS="$CFLAGS -DSQLITE_ENABLE_FTS3=1 -DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_SECURE_DELETE"
cd sqlite-$version
- #patch -Np0 -i ../build_fts_as_part_of_libsqlite.patch.txt
./configure --prefix=/usr \
--enable-threadsafe
make