Merge pull request #8872 from heitbaum/system-tools

ncurses: compile with --enable-sigwinch
This commit is contained in:
CvH 2024-05-07 17:48:01 +02:00 committed by GitHub
commit 6571569018
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 \