From 05c38aaaa74ca06b225516a41053683cda463502 Mon Sep 17 00:00:00 2001 From: sibel Date: Wed, 8 Sep 2010 12:56:04 +0200 Subject: maj de sqlite3#3.7.2-2 --- extra/sqlite3/.md5sum | 2 +- extra/sqlite3/Pkgfile | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'extra') diff --git a/extra/sqlite3/.md5sum b/extra/sqlite3/.md5sum index 0977cae29..104489179 100644 --- a/extra/sqlite3/.md5sum +++ b/extra/sqlite3/.md5sum @@ -1 +1 @@ -78e94ee3b0d501c4b8ceb5964a32eba3 sqlite-3.7.0.tar.gz +5f1853c4c1eba3330b6104f274918673 sqlite-3.7.2.tar.gz diff --git a/extra/sqlite3/Pkgfile b/extra/sqlite3/Pkgfile index 8299ea10c..395a12462 100644 --- a/extra/sqlite3/Pkgfile +++ b/extra/sqlite3/Pkgfile @@ -5,14 +5,14 @@ # Depends on: tcl name=sqlite3 -#version=3.6.23.1 -version=3.7.0 -release=1 +version=3.7.2 +release=2 source=(http://www.sqlite.org/sqlite-$version.tar.gz) build() { + export LTLINK_EXTRAS="-ldl" + export CFLAGS="$CFLAGS -DSQLITE_ENABLE_FTS3=1 -DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_SECURE_DELETE" cd sqlite-$version - #patch -Np0 -i ../build_fts_as_part_of_libsqlite.patch.txt ./configure --prefix=/usr \ --enable-threadsafe make -- cgit v1.2.3-54-g00ecf