mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-07 19:40:39 +00:00
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 <rosenp@gmail.com> Link: https://github.com/openwrt/openwrt/pull/15916 Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
parent
3c95641366
commit
2beadefaa0
@ -48,6 +48,9 @@ endef
|
|||||||
HOST_CONFIGURE_ARGS += --disable-shared --with-pic
|
HOST_CONFIGURE_ARGS += --disable-shared --with-pic
|
||||||
CONFIGURE_ARGS += --with-curses --disable-install-examples
|
CONFIGURE_ARGS += --with-curses --disable-install-examples
|
||||||
|
|
||||||
|
HOST_CONFIGURE_VARS += \
|
||||||
|
bash_cv_termcap_lib=libncurses
|
||||||
|
|
||||||
CONFIGURE_VARS += \
|
CONFIGURE_VARS += \
|
||||||
bash_cv_wcwidth_broken=no \
|
bash_cv_wcwidth_broken=no \
|
||||||
bash_cv_func_sigsetjmp=yes \
|
bash_cv_func_sigsetjmp=yes \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user