sqlite3: --disable-editline
authorEtienne CHAMPETIER <champetier.etienne@gmail.com>
Tue, 9 Aug 2016 19:10:04 +0000 (19:10 +0000)
committerEtienne CHAMPETIER <champetier.etienne@gmail.com>
Tue, 9 Aug 2016 19:15:49 +0000 (19:15 +0000)
sqlite3 can now use editline or readline,
most package use readline, and we were using it,
so continue using readline and disable editline

Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
libs/sqlite3/Makefile

index a30028fbdf2b4b2fe0dc93b39476ab369ac60ada..f9bd2c794ec73967a6ffe45f5bf5678e80589f04 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=sqlite
 PKG_VERSION:=3130000
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)-autoconf-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://www.sqlite.org/2016/
@@ -74,6 +74,7 @@ TARGET_CFLAGS += $(FPIC) \
 CONFIGURE_ARGS += \
        --enable-shared \
        --enable-static \
+       --disable-editline
 
 CONFIGURE_VARS += \
        config_BUILD_CC="$(HOSTCC)" \