From: Rosen Penev Date: Tue, 9 Jul 2024 21:06:57 +0000 (-0700) Subject: readline: override termlib for host X-Git-Tag: v24.10.0-rc1~1246 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F15916%2Fhead;p=thirdparty%2Fopenwrt.git readline: override termlib for host For some reason, it's not working right locally. Override as is done with the target build. Signed-off-by: Rosen Penev Link: https://github.com/openwrt/openwrt/pull/15916 Signed-off-by: Robert Marko --- diff --git a/package/libs/readline/Makefile b/package/libs/readline/Makefile index 3ab28712af4..11b9e0172f8 100644 --- a/package/libs/readline/Makefile +++ b/package/libs/readline/Makefile @@ -48,6 +48,9 @@ endef HOST_CONFIGURE_ARGS += --disable-shared --with-pic CONFIGURE_ARGS += --with-curses --disable-install-examples +HOST_CONFIGURE_VARS += \ + bash_cv_termcap_lib=libncurses + CONFIGURE_VARS += \ bash_cv_wcwidth_broken=no \ bash_cv_func_sigsetjmp=yes \