kumquat-buildroot/support
Guillermo A. Amaral 8aa4ee2b02 support/kconfig: ppply upstream nconfig ncurses/ncursesw fix
Buildroot's "make nconfig" command stopped working a while ago on
Gentoo systems. Running the command would result in a crash.

The issue is caused by lxdialog's cflags which are also used to build
nconfig; It would detect *ncursesw* and turn on WIDECHAR support --
but the Makefile would still link to plain *ncurses* while building
nconfig (which was built without WIDECHAR support).

This would cause a crash after using *wattrset* on a WINDOW instance.
WIDECHAR *wattrset* would try to set the _color member in the WINDOW
struct which does not exist in the NON-WIDECHAR ncurses instance. It
would end up clobbering data outside the struct (usually _line entries).

An upstream patch fixes the issue, so we're applying it to Buildroot's
kconfig.

Signed-off-by: Guillermo A. Amaral <g@maral.me>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2018-01-15 21:35:38 +01:00
..
config-fragments support/config-fragments: br-powerpc-internal-full: remove old option 2018-01-12 22:25:52 +01:00
dependencies dependencies: correct dependencies for top-level parallel build 2018-01-08 23:37:59 +01:00
docker support/dockerfile: add directives to run as non-root 2018-01-12 22:53:29 +01:00
download support/download: svn non-interactive in BR2_SVN 2017-11-26 14:18:57 +01:00
gnuconfig
kconfig support/kconfig: ppply upstream nconfig ncurses/ncursesw fix 2018-01-15 21:35:38 +01:00
legal-info legal-info: add hash for our own license file 2017-07-05 16:31:40 +02:00
libtool
misc Update for 2017.11 2017-11-30 22:35:17 +01:00
scripts support/scripts: sort pie charts 2018-01-02 22:40:09 +01:00
testing fs/iso9660: fix transparent (de)compression 2018-01-02 21:57:43 +01:00