sqlite: update to 3.8.3.
This commit is contained in:
parent
b166b12149
commit
243aee6f52
1 changed files with 5 additions and 5 deletions
|
@ -1,8 +1,8 @@
|
|||
# Template build file for 'sqlite'.
|
||||
pkgname=sqlite
|
||||
version=3.8.2
|
||||
version=3.8.3
|
||||
revision=1
|
||||
_amalgamationver=3080200
|
||||
_amalgamationver=3080300
|
||||
wrksrc="sqlite-autoconf-${_amalgamationver}"
|
||||
build_style=gnu-configure
|
||||
makedepends="readline-devel"
|
||||
|
@ -10,11 +10,11 @@ short_desc="SQL Database Engine in a C Library"
|
|||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.sqlite.org"
|
||||
license="Public Domain"
|
||||
distfiles="http://www.sqlite.org/2013/sqlite-autoconf-${_amalgamationver}.tar.gz"
|
||||
checksum=a0851d06092c8208e4dd947f569f40db476b472b22e3e10e2f52f3c5e94fef92
|
||||
distfiles="http://www.sqlite.org/2014/sqlite-autoconf-${_amalgamationver}.tar.gz"
|
||||
checksum=dabe38cf6732a9dfd57e9a2d2629dfb12ea3f2bf8948987f91318d01e6f72a26
|
||||
|
||||
do_configure() {
|
||||
export CFLAGS="$CFLAGS -DSQLITE_ENABLE_FTS3=1 \
|
||||
export CFLAGS+=" -DSQLITE_ENABLE_FTS3=1 \
|
||||
-DSQLITE_ENABLE_COLUMN_METADATA=1 \
|
||||
-DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_SECURE_DELETE"
|
||||
|
||||
|
|
Loading…
Reference in a new issue