[openwrt/openwrt] ncurses: enable pc files in the host build

LEDE Commits lede-commits at lists.infradead.org
Mon Jul 8 00:44:24 PDT 2024


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/1b141cb3d10ae3bdb3b7cf0c4eb0d957629bc644

commit 1b141cb3d10ae3bdb3b7cf0c4eb0d957629bc644
Author: Rosen Penev <rosenp at gmail.com>
AuthorDate: Wed Jul 3 17:53:36 2024 -0700

    ncurses: enable pc files in the host build
    
    Needed for things such as readline that depend on ncurses.
    
    Signed-off-by: Rosen Penev <rosenp at gmail.com>
    Link: https://github.com/openwrt/openwrt/pull/15864
    Signed-off-by: Robert Marko <robimarko at gmail.com>
---
 package/libs/ncurses/Makefile | 1 +
 1 file changed, 1 insertion(+)

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 \




More information about the lede-commits mailing list