Browse Source

ncurses: enable pc files in the host build

Needed for things such as readline that depend on ncurses.

Signed-off-by: Rosen Penev <[email protected]>
Link: https://github.com/openwrt/openwrt/pull/15864
Signed-off-by: Robert Marko <[email protected]>
Rosen Penev 1 year ago
parent
commit
1b141cb3d1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      package/libs/ncurses/Makefile

+ 1 - 0
package/libs/ncurses/Makefile

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