From 29fb84e786566d82b86b0161ad46f1088c1a9e0e Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sat, 06 Jul 2019 19:26:32 -0400 Subject: Revert "libtinfow.5, libtinfow.6: New binary packages" This reverts commits 5b71c6321f712100dff4fc7ca3d73035fcf4a8fd and 1e5a00d2c67e052620b831ba3b63bbefff89b0bd. --- (limited to 'build') diff --git a/build b/build index 8bddaf2..beacb0a 100755 --- a/build +++ b/build @@ -16,22 +16,20 @@ common_opts = \ --with-cxx-shared \ --without-debug \ --without-profile \ + --with-termlib=tinfo \ + --with-ticlib=tic \ --disable-termcap \ --enable-symlinks \ --enable-const build_ncurses_opts = $(common_opts) \ --with-install-prefix="$${PWD}/dest-ncurses" \ - --enable-overwrite \ - --with-termlib=tinfo \ - --with-ticlib=tic + --enable-overwrite build_ncursesw_opts = $(common_opts) \ --with-install-prefix="$${PWD}/dest-ncursesw" \ --includedir=/usr/include/ncursesw \ --without-progs \ --disable-overwrite \ - --enable-widec \ - --with-termlib=tinfow \ - --with-ticlib=ticw + --enable-widec build_ncurses_legacy_opts = $(build_ncurses_opts) \ --with-install-prefix="$${PWD}/dest-ncurses-legacy" \ --with-abi-version=$(legacy_abi_ver) -- cgit v0.9.1