sqlite3: update to 3.6.12

This commit is contained in:
Juergen Daubert 2009-04-02 10:59:00 +02:00
parent 5f40cf8651
commit ac912314a6
2 changed files with 2 additions and 5 deletions

View File

@ -1 +1 @@
da1f95c6b173fd56d2760bcfd2a3c756 sqlite-amalgamation-3.6.11.tar.gz 067eb6e08ecc37fcd6d14f18cba68a39 sqlite-amalgamation-3.6.12.tar.gz

View File

@ -4,7 +4,7 @@
# Depends on: ncurses, readline # Depends on: ncurses, readline
name=sqlite3 name=sqlite3
version=3.6.11 version=3.6.12
release=1 release=1
source=(http://www.sqlite.org/sqlite-amalgamation-$version.tar.gz) source=(http://www.sqlite.org/sqlite-amalgamation-$version.tar.gz)
@ -12,9 +12,6 @@ source=(http://www.sqlite.org/sqlite-amalgamation-$version.tar.gz)
build () { build () {
cd sqlite-$version cd sqlite-$version
# http://www.sqlite.org/cvstrac/tktview?tn=3583
sed -i 's/@RELEASE@/@VERSION@/' sqlite3.pc.in
./configure --prefix=/usr CFLAGS="$CFLAGS -DNDEBUG" ./configure --prefix=/usr CFLAGS="$CFLAGS -DNDEBUG"
make make