sqlite3: update to 3.8.10.1

This commit is contained in:
Juergen Daubert 2015-05-11 12:58:21 +02:00
parent 2ea52a1437
commit ce614edee3
2 changed files with 5 additions and 3 deletions

View File

@ -1 +1 @@
6a18d4609852f4b63f812a1059df468f sqlite-autoconf-3080900.tar.gz
8bd9d7df3f67bc771f53c6dda42face2 sqlite-autoconf-3081001.tar.gz

View File

@ -4,7 +4,7 @@
# Depends on: ncurses, readline
name=sqlite3
version=3.8.9
version=3.8.10.1
release=1
_version=$(printf "%i%.2i%.2i%.2i" ${version//./ })
@ -12,9 +12,11 @@ source=(http://www.sqlite.org/2015/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 $CFLAGS" \
./configure --prefix=/usr --mandir=/usr/man
make
make -j1
make DESTDIR=$PKG install
}