ncurses: enable pc files in the host build
Needed for things such as readline that depend on ncurses. Signed-off-by: Rosen Penev <rosenp@gmail.com> Link: https://github.com/openwrt/openwrt/pull/15864 Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
parent
3b3a81f18e
commit
1b141cb3d1
|
@ -82,6 +82,7 @@ CONFIGURE_VARS += \
|
|||
HOST_CFLAGS += $(HOST_FPIC)
|
||||
|
||||
HOST_CONFIGURE_ARGS += \
|
||||
--enable-pc-files \
|
||||
--without-cxx \
|
||||
--without-cxx-binding \
|
||||
--without-ada \
|
||||
|
|
Loading…
Reference in New Issue