ncurses: enable pc files in the host build
authorRosen Penev <rosenp@gmail.com>
Thu, 4 Jul 2024 00:53:36 +0000 (17:53 -0700)
committerRobert Marko <robimarko@gmail.com>
Mon, 8 Jul 2024 07:44:21 +0000 (09:44 +0200)
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>
package/libs/ncurses/Makefile

index 4d8e685f35dd7b8af4bed1706efa2dc11ee384fe..02791720c16a517012b62a31c61585ee338ae7f7 100644 (file)
@@ -82,6 +82,7 @@ CONFIGURE_VARS += \
 HOST_CFLAGS += $(HOST_FPIC)
 
 HOST_CONFIGURE_ARGS += \
+       --enable-pc-files \
        --without-cxx \
        --without-cxx-binding \
        --without-ada \