sqlite: update to 3.6.23.1.

--HG--
extra : convert_revision : d832454504a18b1ce32c309834406a8bc60a704f
This commit is contained in:
Juan RP 2010-04-01 22:34:38 +02:00
parent d4651a9616
commit afdfd2961a

View file

@ -1,6 +1,6 @@
# Template build file for 'sqlite'. # Template build file for 'sqlite'.
pkgname=sqlite pkgname=sqlite
version=3.6.23 version=3.6.23.1
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="CPPFLAGS=-DSQLITE_ENABLE_COLUMN_METADATA=1 LIBS=-ldl"
@ -8,7 +8,7 @@ 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=d7777c316de53354737062818d177a342cee764772cb674dd2e8889a004b0d3e checksum=1a0517438a573a68ab73e8ed75d194086d55d75883542ab1d5ae1080bbddd492
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