From 1b141cb3d10ae3bdb3b7cf0c4eb0d957629bc644 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Wed, 3 Jul 2024 17:53:36 -0700 Subject: [PATCH] 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 --- 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 \ -- 2.30.2