projects
/
openwrt
/
staging
/
nbd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b3a81f
)
ncurses: enable pc files in the host build
author
Rosen Penev
<rosenp@gmail.com>
Thu, 4 Jul 2024 00:53:36 +0000
(17:53 -0700)
committer
Robert Marko
<robimarko@gmail.com>
Mon, 8 Jul 2024 07:44:21 +0000
(09:44 +0200)
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>
package/libs/ncurses/Makefile
patch
|
blob
|
history
diff --git
a/package/libs/ncurses/Makefile
b/package/libs/ncurses/Makefile
index 4d8e685f35dd7b8af4bed1706efa2dc11ee384fe..02791720c16a517012b62a31c61585ee338ae7f7 100644
(file)
--- 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 \