1
0
mirror of https://github.com/tmux/tmux.git synced 2025-03-31 20:58:47 +00:00

Use termcap instead.

This commit is contained in:
Nicholas Marriott 2020-05-03 12:18:04 +01:00
parent 1cfa6b0d5c
commit fbc8fca067

View File

@ -28,7 +28,7 @@ tar -zxf ncurses-*.tar.gz || exit 1
--without-tests \ --without-tests \
--without-tack \ --without-tack \
--disable-database \ --disable-database \
--with-fallbacks=ansi \ --with-termcap \
--enable-pc-files \ --enable-pc-files \
--with-pkg-config-libdir=$BUILD/lib/pkgconfig && --with-pkg-config-libdir=$BUILD/lib/pkgconfig &&
make && make install) || exit 1 make && make install) || exit 1