mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
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:
committed by
Peter Korsgaard
parent
9cadb9aca3
commit
5e1773527e
2
CHANGES
2
CHANGES
@@ -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):
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user