diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-07-06 19:26:32 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-07-06 19:27:11 (EDT) |
commit | 29fb84e786566d82b86b0161ad46f1088c1a9e0e (patch) | |
tree | 98d97b07f3b4c0662f5f10271117ac46bcd9aa2b /build | |
parent | 1e5a00d2c67e052620b831ba3b63bbefff89b0bd (diff) |
Revert "libtinfow.5, libtinfow.6: New binary packages"
This reverts commits 5b71c6321f712100dff4fc7ca3d73035fcf4a8fd and
1e5a00d2c67e052620b831ba3b63bbefff89b0bd.
Diffstat (limited to 'build')
-rwxr-xr-x | build | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -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) |