sqlite3: update to 3.6.21

This commit is contained in:
Juergen Daubert 2009-12-11 14:04:11 +01:00
parent e35203614f
commit 4817a5c0c5
3 changed files with 8 additions and 3 deletions

View File

@ -12,3 +12,6 @@ lrwxrwxrwx root/root usr/lib/libsqlite3.so.0 -> libsqlite3.so.0.8.6
-rwxr-xr-x root/root usr/lib/libsqlite3.so.0.8.6
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/sqlite3.pc
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/sqlite3.1.gz

View File

@ -1 +1 @@
4bb3e9ee5d25e88b8ff8533fbeb168aa sqlite-amalgamation-3.6.20.tar.gz
b938a6d189443f148b54b2ea66f2f7c7 sqlite-amalgamation-3.6.21.tar.gz

View File

@ -4,7 +4,7 @@
# Depends on: ncurses, readline
name=sqlite3
version=3.6.20
version=3.6.21
release=1
source=(http://www.sqlite.org/sqlite-amalgamation-$version.tar.gz)
@ -12,7 +12,9 @@ source=(http://www.sqlite.org/sqlite-amalgamation-$version.tar.gz)
build () {
cd sqlite-$version
./configure --prefix=/usr CFLAGS="$CFLAGS -DNDEBUG"
./configure --prefix=/usr \
--mandir=/usr/man \
CFLAGS="$CFLAGS -DNDEBUG"
make
make DESTDIR=$PKG install