summaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2010-09-08 12:56:04 +0200
committersibel <lesibel@free.fr>2010-09-08 12:56:04 +0200
commit05c38aaaa74ca06b225516a41053683cda463502 (patch)
treef345efc9373dab40ced1be76b96da97802b3c7be /extra
parentdf2ace83337346a73c55d3e739808db538c4643d (diff)
downloadnutyx-pakxe-05c38aaaa74ca06b225516a41053683cda463502.tar.gz
nutyx-pakxe-05c38aaaa74ca06b225516a41053683cda463502.tar.bz2
nutyx-pakxe-05c38aaaa74ca06b225516a41053683cda463502.tar.xz
nutyx-pakxe-05c38aaaa74ca06b225516a41053683cda463502.zip
maj de sqlite3#3.7.2-2
Diffstat (limited to 'extra')
-rw-r--r--extra/sqlite3/.md5sum2
-rw-r--r--extra/sqlite3/Pkgfile8
2 files changed, 5 insertions, 5 deletions
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