commit 84098b3c22dc3d81888b51e25021d83744265d65 parent ead264add4e91e258077387afd3ca151bae89a72 Author: sin <sin@2f30.org> Date: Sat, 7 Sep 2013 16:10:59 +0100 Update ncurses with vt100 support Diffstat:
M | cross-scripts/ncurses-5.9 | | | 4 | +++- |
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/cross-scripts/ncurses-5.9 b/cross-scripts/ncurses-5.9 @@ -12,7 +12,9 @@ unpack() { build() { pushd src/ncurses-5.9 - CC=musl-gcc ./configure --prefix=$top/cross + wget -c $mirror/ncurses-fallback.c -O ncurses/fallback.c + CC=musl-gcc ./configure --without-tests --prefix=$top/cross \ + --with-fallbacks="vt100" make CC=musl-gcc -j$nprocs popd }