Merge pull request #504 from fewtarius/dev

Revert ncurses change.
This commit is contained in:
fewtarius 2022-09-14 06:41:06 -04:00 committed by GitHub
commit 084277f718
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,7 @@ PKG_CONFIGURE_OPTS_TARGET="
--with-normal \
--without-debug \
--without-profile \
--without-termlib \
--with-termlib \
--without-ticlib \
--without-gpm \
--without-dbmalloc \
@ -47,7 +47,7 @@ PKG_CONFIGURE_OPTS_TARGET="
--disable-sigwinch \
--enable-pc-files \
--with-pkg-config-libdir=/usr/lib/pkgconfig \
--disable-tcap-names \
--enable-tcap-names \
--without-develop \
--disable-hard-tabs \
--disable-xmc-glitch \
@ -57,10 +57,9 @@ PKG_CONFIGURE_OPTS_TARGET="
--enable-widec \
--disable-echo \
--disable-warnings \
--disable-home-terminfo \
--enable-home-terminfo \
--enable-lib-suffixes \
--disable-assertions \
--enable-leaks"
--disable-assertions"
PKG_CONFIGURE_OPTS_HOST="--enable-termcap \
--with-termlib \