ports/opt (3.2): sqlite3: update to 3.11.1
commit ad28dc4ee0e110649f277841a836b966ae68d6c0 Author: Juergen Daubert <jue@jue.li> Date: Fri Mar 4 10:04:37 2016 +0100 sqlite3: update to 3.11.1 diff --git a/sqlite3/.md5sum b/sqlite3/.md5sum index a98ce6b..ec530eb 100644 --- a/sqlite3/.md5sum +++ b/sqlite3/.md5sum @@ -1 +1 @@ -a6cdc3e0a6e5087d620037ae0c48720d sqlite-autoconf-3110000.tar.gz +c66b4e9d5ca6cfd15471b5b03fc44537 sqlite-autoconf-3110100.tar.gz diff --git a/sqlite3/Pkgfile b/sqlite3/Pkgfile index fe9f482..c640a17 100644 --- a/sqlite3/Pkgfile +++ b/sqlite3/Pkgfile @@ -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" \
participants (1)
-
crux@crux.nu