1
0
forked from ports/opt

sqlite3: update to 3.11.1

This commit is contained in:
Juergen Daubert 2016-03-04 10:04:37 +01:00
parent ebbbc37357
commit ad28dc4ee0
2 changed files with 3 additions and 2 deletions

View File

@ -1 +1 @@
a6cdc3e0a6e5087d620037ae0c48720d sqlite-autoconf-3110000.tar.gz
c66b4e9d5ca6cfd15471b5b03fc44537 sqlite-autoconf-3110100.tar.gz

View File

@ -4,7 +4,7 @@
# Depends on: ncurses, readline
name=sqlite3
version=3.11.0
version=3.11.1
release=1
_version=$(printf "%i%.2i%.2i%.2i" ${version//./ })
@ -13,6 +13,7 @@ source=(http://www.sqlite.org/2016/sqlite-autoconf-${_version}.tar.gz)
build () {
cd sqlite-autoconf-${_version}
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" \