mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
ncurses: add host configure options
Host configure options were completely missing so unnecessary stuff like manpages were built and installed to toolchain. Enable termlib and termcap and also build shared libraries to prevent libtinfo from host being picked up. Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
parent
9850f95142
commit
07fa29fdac
@ -60,6 +60,12 @@ PKG_CONFIGURE_OPTS_TARGET="--without-ada \
|
||||
--disable-home-terminfo \
|
||||
--disable-assertions"
|
||||
|
||||
PKG_CONFIGURE_OPTS_HOST="--enable-termcap \
|
||||
--with-termlib \
|
||||
--with-shared \
|
||||
--enable-pc-files \
|
||||
--without-manpages"
|
||||
|
||||
post_makeinstall_target() {
|
||||
cp misc/ncurses-config $TOOLCHAIN/bin
|
||||
chmod +x $TOOLCHAIN/bin/ncurses-config
|
||||
|
Loading…
x
Reference in New Issue
Block a user