ports/compat-32 (3.1): sqlite3-32: 3.8.10.2 -> 3.8.11.1
commit 36aafabeba9ecc99de74b5b35ad029347a85e5be Author: Danny Rawlins <monster.romster@gmail.com> Date: Fri Jul 31 21:48:09 2015 +1000 sqlite3-32: 3.8.10.2 -> 3.8.11.1 diff --git a/sqlite3-32/.md5sum b/sqlite3-32/.md5sum index 86f5709..dbb6df2 100644 --- a/sqlite3-32/.md5sum +++ b/sqlite3-32/.md5sum @@ -1 +1 @@ -a18bfc015cd49a1e7a961b7b77bc3b37 sqlite-autoconf-3081002.tar.gz +298c8d6af7ca314f68de92bc7a356cbe sqlite-autoconf-3081101.tar.gz diff --git a/sqlite3-32/Pkgfile b/sqlite3-32/Pkgfile index 8cf6559..f243a8b 100644 --- a/sqlite3-32/Pkgfile +++ b/sqlite3-32/Pkgfile @@ -4,13 +4,13 @@ # Depends on: ncurses-32 readline-32 sqlite3 name=sqlite3-32 -version=3.8.10.2 +version=3.8.11.1 release=1 _version=$(printf "%i%.2i%.2i%.2i" ${version//./ }) source=(http://www.sqlite.org/2015/sqlite-autoconf-${_version}.tar.gz) -build () { +build() { cd sqlite-autoconf-${_version} CFLAGS="-DSQLITE_SECURE_DELETE=1 -DSQLITE_ENABLE_COLUMN_METADATA=1 \ -DSQLITE_ENABLE_UNLOCK_NOTIFY $CFLAGS" \
participants (1)
-
crux@crux.nu