ncurses: compile with --enable-sigwinch

when building htop with ncurses it was identified that KEY_RESIZE was not
available due to NCURSES_SIGWINCH not being set. Add the option to ncurses
to allow correct build of htop.
This commit is contained in:
Rudi Heitbaum 2024-05-07 06:07:50 +00:00
parent e19b1ffd7c
commit 3197fa491f

View File

@ -58,7 +58,8 @@ PKG_CONFIGURE_OPTS_TARGET="--without-ada \
--disable-warnings \
--disable-home-terminfo \
--disable-assertions \
--enable-leaks"
--enable-leaks \
--enable-sigwinch"
PKG_CONFIGURE_OPTS_HOST="--enable-termcap \
--with-termlib \