sqlite: update to 3.7.3.

This commit is contained in:
Juan RP 2010-10-24 11:52:49 +02:00
parent cdf4b8399e
commit 183bd780e4

View file

@ -1,14 +1,14 @@
# Template build file for 'sqlite'. # Template build file for 'sqlite'.
pkgname=sqlite pkgname=sqlite
version=3.6.23.1 version=3.7.3
distfiles="http://sqlite.org/$pkgname-$version.tar.gz" distfiles="http://sqlite.org/$pkgname-$version.tar.gz"
build_style=gnu_configure build_style=gnu_configure
configure_env="CPPFLAGS=-DSQLITE_ENABLE_COLUMN_METADATA=1 LIBS=-ldl" configure_env="LIBS=-ldl"
configure_args="--enable-load-extension --enable-threadsafe configure_args="--enable-load-extension --enable-threadsafe
--enable-threads-override-locks --enable-cross-thread-connections" --enable-threads-override-locks --enable-cross-thread-connections"
short_desc="SQL Database Engine in a C Library" short_desc="SQL Database Engine in a C Library"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
checksum=1a0517438a573a68ab73e8ed75d194086d55d75883542ab1d5ae1080bbddd492 checksum=dbf352e8fbb74829f5e7a88f9f6ceeb80a709537f668c36e4b6cdfb271309ef6
long_desc=" long_desc="
SQLite is a C library that implements an SQL database engine. Programs SQLite is a C library that implements an SQL database engine. Programs
that link with the SQLite library can have SQL database access without that link with the SQLite library can have SQL database access without