summaryrefslogtreecommitdiff
path: root/system/ncurses
AgeCommit message (Collapse)AuthorFilesLines
2018-08-18Use the same linker script trick as used on the .so files on the .a files to ↵Brandon Bergren1-2/+3
redirect to the wide version of the static libraries. Fixes an issue with `llvm-config --system-libs --link-static` pulling in curses instead of tinfo.
2018-07-27system/ncurses: always dep on all terminfo filesA. Wilcox1-2/+2
Otherwise, zsh and bash and such break in beta1. The only thing pulling in ncurses-terminfo was readline, and we don't ship that any more.
2018-07-18system/ncurses: install to /lib not /usr/libA. Wilcox1-8/+9
2018-06-17system/ncurses: symlink tinfow -> tinfoA. Wilcox1-1/+1
2018-06-17system/ncurses: libedit programs want tinfo, so split itA. Wilcox1-1/+2
This doesn't affect the ABI because ncurses.so links to tinfo.so.
2018-06-15system/ncurses: [PD] fix maintainer, bump to current stableA. Wilcox1-6/+6
Signed-off-by: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
2018-06-14The New PlanA. Wilcox1-0/+106
all pkgs needed to bootstrap -> system others -> user