mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +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"
|
--disable-socket-dir"
|
||||||
|
|
||||||
pre_configure_target() {
|
pre_configure_target() {
|
||||||
|
CFLAGS="$CFLAGS -DTERMINFO"
|
||||||
export LDFLAGS=`echo $LDFLAGS | sed -e "s|-Wl,--as-needed||"`
|
export LDFLAGS=`echo $LDFLAGS | sed -e "s|-Wl,--as-needed||"`
|
||||||
|
|
||||||
# screen fails to build in subdirs
|
# screen fails to build in subdirs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user