sqlite: update to 3.6.23.
--HG-- extra : convert_revision : 79d98e3d1ea701b23fd8ddf033591543846dbcf3
This commit is contained in:
parent
ac446a8067
commit
9b1567da1c
|
@ -5,8 +5,6 @@ long_desc="${long_desc}
|
|||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
revision=1
|
||||
|
||||
Add_dependency run tcl-devel
|
||||
Add_dependency run readline-devel
|
||||
Add_dependency run glibc-devel
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
# Template build file for 'sqlite'.
|
||||
pkgname=sqlite
|
||||
version=3.6.22
|
||||
revision=1
|
||||
version=3.6.23
|
||||
distfiles="http://sqlite.org/$pkgname-$version.tar.gz"
|
||||
build_style=gnu_configure
|
||||
configure_env="CPPFLAGS=-DSQLITE_ENABLE_COLUMN_METADATA=1 LIBS=-ldl"
|
||||
|
@ -9,7 +8,7 @@ configure_args="--enable-load-extension --enable-threadsafe
|
|||
--enable-threads-override-locks --enable-cross-thread-connections"
|
||||
short_desc="SQL Database Engine in a C Library"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=c8cc19895caeb4398e74c815531f5c9710b983523f7308bc80639999a1cf57f6
|
||||
checksum=d7777c316de53354737062818d177a342cee764772cb674dd2e8889a004b0d3e
|
||||
long_desc="
|
||||
SQLite is a C library that implements an SQL database engine. Programs
|
||||
that link with the SQLite library can have SQL database access without
|
||||
|
|
Loading…
Reference in New Issue