sqlite: bump to version 3.7.3

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Gustavo Zacarias 2010-11-05 10:50:33 -03:00 committed by Peter Korsgaard
parent 9cadb9aca3
commit 5e1773527e
2 changed files with 2 additions and 3 deletions

View File

@ -3,7 +3,7 @@
Fixes all over the tree.
Updated/fixed packages: libglib2, module-init-tools,
mtd-utils, openssh, qt
mtd-utils, openssh, qt, sqlite
Issues resolved (http://bugs.uclibc.org):

View File

@ -4,11 +4,10 @@
#
#############################################################
SQLITE_VERSION = 3.6.23.1
SQLITE_VERSION = 3.7.3
SQLITE_SOURCE = sqlite-amalgamation-$(SQLITE_VERSION).tar.gz
SQLITE_SITE = http://www.sqlite.org
SQLITE_INSTALL_STAGING = YES
SQLITE_LIBTOOL_PATCH = NO
ifneq ($(BR2_LARGEFILE),y)
# the sqlite configure script fails to define SQLITE_DISABLE_LFS when