From 20f69f32402c4b98a631e5a0a63263abe4e7522b Mon Sep 17 00:00:00 2001 From: Bryan Hundven Date: Sat, 14 Nov 2015 20:15:56 -0800 Subject: ncurses: bump to ncurses-6.0 This commit removes ncurses-5.9 and adds 6.0. I also provide the stable patch updates in patches/ncurses/6.0. I have also added an experimental toggle for enabling the new ABI support. Signed-off-by: Bryan Hundven --- scripts/build/companion_libs/220-ncurses.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'scripts/build') diff --git a/scripts/build/companion_libs/220-ncurses.sh b/scripts/build/companion_libs/220-ncurses.sh index 176e99f8..78a55132 100644 --- a/scripts/build/companion_libs/220-ncurses.sh +++ b/scripts/build/companion_libs/220-ncurses.sh @@ -113,6 +113,10 @@ do_ncurses_backend() { esac done + if [ "${CT_NCURSES_NEW_ABI}" != "y" ]; then + ncurses_opts+=("--with-abi-version=5") + fi + case "$host" in *-*-mingw*) # Needed to build for mingw, see -- cgit v1.2.3