mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
screen: netbsd-curses fix
TERMINFO test is not run while cross-compiling. If TERMINFO is not set (in config.h), only colors 0-7 are displayed with netbsd-curses.
This commit is contained in:
parent
aa967f4fc6
commit
d4c7b7e4b4
@ -35,6 +35,7 @@ PKG_CONFIGURE_OPTS_TARGET="ac_cv_header_utempter_h=no \
|
||||
--disable-socket-dir"
|
||||
|
||||
pre_configure_target() {
|
||||
CFLAGS="$CFLAGS -DTERMINFO"
|
||||
export LDFLAGS=`echo $LDFLAGS | sed -e "s|-Wl,--as-needed||"`
|
||||
|
||||
# screen fails to build in subdirs
|
||||
|
Loading…
x
Reference in New Issue
Block a user