]> git.ipfire.org Git - ipfire-2.x.git/commit
ncurses: update to 6.0 and rename 5.9 to ncurses-compat
authorMarcel Lorenz <marcel.lorenz@ipfire.org>
Sat, 23 Apr 2016 06:33:19 +0000 (08:33 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 26 Apr 2016 21:24:05 +0000 (22:24 +0100)
commita420b3e7b9f3672b6c436cd7b773683fbf0c1f90
tree0634c8e8034dadc65905b2a758b40ac71cf3cb36
parent54ea98e318280130e0b0bdb8daa9e999afb96a13
ncurses: update to 6.0 and rename 5.9 to ncurses-compat

This patch updates the ncurses to 6.0. The old 5.9 are renamed to ncurses-compat.
The compat makes the old libs maintainable and the compat rootfile is cleaned up.
The 6.0 is build after 5.9 and all IPFire componentes will build with 6.0
In version 6 only the wide-character libraries are build. The are usable
in both multibyte and traditional 8-bit locales while normal libraries work
properly only in 8-bit locales. The toolchain is only bild with 6.0.

Please ignore my first ncurses 6.0 patch.

Signed-off-by: Marcel Lorenz <marcel.lorenz@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/common/ncurses
config/rootfiles/common/ncurses-compat [new file with mode: 0644]
lfs/ncurses
lfs/ncurses-compat [new file with mode: 0644]
make.sh