diff options
-rw-r--r-- | meta/recipes-support/sqlite/sqlite3.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/sqlite/sqlite3.inc b/meta/recipes-support/sqlite/sqlite3.inc index 87cdf26146..5bff33b851 100644 --- a/meta/recipes-support/sqlite/sqlite3.inc +++ b/meta/recipes-support/sqlite/sqlite3.inc @@ -22,12 +22,12 @@ inherit autotools pkgconfig PACKAGECONFIG ?= "" PACKAGECONFIG_class-native = "" +PACKAGECONFIG[editline] = "--enable-editline,--disable-editline,libedit" PACKAGECONFIG[readline] = "--enable-readline,--disable-readline,readline ncurses" EXTRA_OECONF = " \ --enable-shared \ --enable-threadsafe \ - --disable-editline \ --disable-static-shell \ " |