summaryrefslogtreecommitdiff
path: root/sqlite3/Pkgfile
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2021-01-22 12:18:25 +0100
committerJuergen Daubert <jue@jue.li>2021-01-22 12:18:25 +0100
commit554f0a33f26163e3104c24f110d5b566aac3b421 (patch)
tree7457a0aa2bab27438f82704fbfca1b5031e3a00b /sqlite3/Pkgfile
parent81e78d41d523f301afe4efe095fedd52c22880a3 (diff)
downloadcore-554f0a33f26163e3104c24f110d5b566aac3b421.tar.gz
core-554f0a33f26163e3104c24f110d5b566aac3b421.tar.xz
sqlite3: update to 3.34.1
Diffstat (limited to 'sqlite3/Pkgfile')
-rw-r--r--sqlite3/Pkgfile8
1 files changed, 4 insertions, 4 deletions
diff --git a/sqlite3/Pkgfile b/sqlite3/Pkgfile
index a826b00e..46b272ac 100644
--- a/sqlite3/Pkgfile
+++ b/sqlite3/Pkgfile
@@ -4,20 +4,20 @@
# Depends on: readline zlib
name=sqlite3
-version=3.34.0
+version=3.34.1
release=1
_version=$(printf "%i%.2i%.2i%.2i" ${version//./ })
-source=(https://www.sqlite.org/2020/sqlite-autoconf-${_version}.tar.gz)
+source=(https://www.sqlite.org/2021/sqlite-autoconf-${_version}.tar.gz)
build () {
cd sqlite-autoconf-${_version}
-
+
CFLAGS="-DSQLITE_SECURE_DELETE=1 -DSQLITE_ENABLE_COLUMN_METADATA=1 \
-DSQLITE_ENABLE_UNLOCK_NOTIFY=1 -DSQLITE_ENABLE_DBSTAT_VTAB=1 \
-DSQLITE_ENABLE_FTS3=1 $CFLAGS" \
./configure --prefix=/usr --enable-readline
-
+
make
make DESTDIR=$PKG install
}

Generated by cgit