diff options
| author | Rosen Penev | 2024-07-04 00:53:36 +0000 |
|---|---|---|
| committer | Robert Marko | 2024-07-08 07:44:21 +0000 |
| commit | 1b141cb3d10ae3bdb3b7cf0c4eb0d957629bc644 (patch) | |
| tree | 144df58b48b9397e2aee598686f222a0fa045f7d | |
| parent | 3b3a81f18eb8e1b46301f31dde40260bff51ce28 (diff) | |
| download | openwrt-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/Makefile | 1 |
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 \ |