summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRosen Penev2024-07-04 00:53:36 +0000
committerRobert Marko2024-07-08 07:44:21 +0000
commit1b141cb3d10ae3bdb3b7cf0c4eb0d957629bc644 (patch)
tree144df58b48b9397e2aee598686f222a0fa045f7d
parent3b3a81f18eb8e1b46301f31dde40260bff51ce28 (diff)
downloadopenwrt-1b141cb3d10ae3bdb3b7cf0c4eb0d957629bc644.tar.gz
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>
-rw-r--r--package/libs/ncurses/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/libs/ncurses/Makefile b/package/libs/ncurses/Makefile
index 4d8e685f35..02791720c1 100644
--- a/package/libs/ncurses/Makefile
+++ b/package/libs/ncurses/Makefile
@@ -82,6 +82,7 @@ CONFIGURE_VARS += \
HOST_CFLAGS += $(HOST_FPIC)
HOST_CONFIGURE_ARGS += \
+ --enable-pc-files \
--without-cxx \
--without-cxx-binding \
--without-ada \