From: Bernd Kuhls Date: Sat, 23 Jan 2016 10:23:44 +0000 (+0100) Subject: package/sqlite: Fix readline support X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=202ad0fd49d38a1acc25daebcfe80458e3179b79;p=buildroot.git package/sqlite: Fix readline support Fixes https://bugs.busybox.net/show_bug.cgi?id=8621#c0 Signed-off-by: Bernd Kuhls Signed-off-by: Thomas Petazzoni --- diff --git a/package/sqlite/sqlite.mk b/package/sqlite/sqlite.mk index 46acbf8aec..1603e006e6 100644 --- a/package/sqlite/sqlite.mk +++ b/package/sqlite/sqlite.mk @@ -47,7 +47,7 @@ endif ifeq ($(BR2_PACKAGE_SQLITE_READLINE),y) SQLITE_DEPENDENCIES += ncurses readline -SQLITE_CONF_OPTS += --with-readline-inc="-I$(STAGING_DIR)/usr/include" +SQLITE_CONF_OPTS += --enable-readline else SQLITE_CONF_OPTS += --disable-readline endif