mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
package/sqlite: Fix readline support
Fixes https://bugs.busybox.net/show_bug.cgi?id=8621#c0 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
58e931989f
commit
202ad0fd49
@ -47,7 +47,7 @@ endif
|
|||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_SQLITE_READLINE),y)
|
ifeq ($(BR2_PACKAGE_SQLITE_READLINE),y)
|
||||||
SQLITE_DEPENDENCIES += ncurses readline
|
SQLITE_DEPENDENCIES += ncurses readline
|
||||||
SQLITE_CONF_OPTS += --with-readline-inc="-I$(STAGING_DIR)/usr/include"
|
SQLITE_CONF_OPTS += --enable-readline
|
||||||
else
|
else
|
||||||
SQLITE_CONF_OPTS += --disable-readline
|
SQLITE_CONF_OPTS += --disable-readline
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user