From: Rosen Penev Date: Thu, 4 Jul 2024 00:53:36 +0000 (-0700) Subject: ncurses: enable pc files in the host build X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=1b141cb3d10ae3bdb3b7cf0c4eb0d957629bc644;p=openwrt%2Fstaging%2Fansuel.git ncurses: enable pc files in the host build Needed for things such as readline that depend on ncurses. Signed-off-by: Rosen Penev Link: https://github.com/openwrt/openwrt/pull/15864 Signed-off-by: Robert Marko --- 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 \