mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-31 07:06:36 +00: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:
parent
9cadb9aca3
commit
5e1773527e
2
CHANGES
2
CHANGES
@ -3,7 +3,7 @@
|
|||||||
Fixes all over the tree.
|
Fixes all over the tree.
|
||||||
|
|
||||||
Updated/fixed packages: libglib2, module-init-tools,
|
Updated/fixed packages: libglib2, module-init-tools,
|
||||||
mtd-utils, openssh, qt
|
mtd-utils, openssh, qt, sqlite
|
||||||
|
|
||||||
Issues resolved (http://bugs.uclibc.org):
|
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_SOURCE = sqlite-amalgamation-$(SQLITE_VERSION).tar.gz
|
||||||
SQLITE_SITE = http://www.sqlite.org
|
SQLITE_SITE = http://www.sqlite.org
|
||||||
SQLITE_INSTALL_STAGING = YES
|
SQLITE_INSTALL_STAGING = YES
|
||||||
SQLITE_LIBTOOL_PATCH = NO
|
|
||||||
|
|
||||||
ifneq ($(BR2_LARGEFILE),y)
|
ifneq ($(BR2_LARGEFILE),y)
|
||||||
# the sqlite configure script fails to define SQLITE_DISABLE_LFS when
|
# the sqlite configure script fails to define SQLITE_DISABLE_LFS when
|
||||||
|
Loading…
x
Reference in New Issue
Block a user