Update buidlroot to version 2016.08.1
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
SQLITE_VERSION = 3100200
|
||||
SQLITE_VERSION = 3130000
|
||||
SQLITE_SOURCE = sqlite-autoconf-$(SQLITE_VERSION).tar.gz
|
||||
SQLITE_SITE = http://www.sqlite.org/2016
|
||||
SQLITE_LICENSE = Public domain
|
||||
@@ -45,11 +45,14 @@ else
|
||||
SQLITE_CONF_OPTS += --disable-threadsafe
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_SQLITE_READLINE),y)
|
||||
ifeq ($(BR2_PACKAGE_NCURSES)$(BR2_PACKAGE_READLINE),yy)
|
||||
SQLITE_DEPENDENCIES += ncurses readline
|
||||
SQLITE_CONF_OPTS += --enable-readline
|
||||
SQLITE_CONF_OPTS += --disable-editline --enable-readline
|
||||
else ifeq ($(BR2_PACKAGE_LIBEDIT),y)
|
||||
SQLITE_DEPENDENCIES += libedit
|
||||
SQLITE_CONF_OPTS += --enable-editline --disable-readline
|
||||
else
|
||||
SQLITE_CONF_OPTS += --disable-readline
|
||||
SQLITE_CONF_OPTS += --disable-editline --disable-readline
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
|
||||
Reference in New Issue
Block a user