summaryrefslogtreecommitdiff
path: root/scripts/build/companion_libs/220-ncurses.sh
diff options
context:
space:
mode:
authorBryan Hundven <bryanhundven@gmail.com>2015-11-15 04:15:56 (GMT)
committerBryan Hundven <bryanhundven@gmail.com>2015-11-16 21:35:56 (GMT)
commit20f69f32402c4b98a631e5a0a63263abe4e7522b (patch)
tree7eb24a0a1a8df1131b0ad2e3d388645055010875 /scripts/build/companion_libs/220-ncurses.sh
parent6ac8e31a519f41af7838bb5261e0fe989fb428bd (diff)
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 <bryanhundven@gmail.com>
Diffstat (limited to 'scripts/build/companion_libs/220-ncurses.sh')
-rw-r--r--scripts/build/companion_libs/220-ncurses.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/build/companion_libs/220-ncurses.sh b/scripts/build/companion_libs/220-ncurses.sh
index 176e99f..78a5513 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