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:
Rosen Penev 2024-07-03 17:53:36 -07:00 committed by Robert Marko
parent 3b3a81f18e
commit 1b141cb3d1
1 changed files with 1 additions and 0 deletions

View File

@ -82,6 +82,7 @@ CONFIGURE_VARS += \
HOST_CFLAGS += $(HOST_FPIC)
HOST_CONFIGURE_ARGS += \
--enable-pc-files \
--without-cxx \
--without-cxx-binding \
--without-ada \