busybox/scripts/kconfig
Junio C Hamano f48bd92285 kconfig: fix menuconfig on debian lenny
In 60f33b8 (kconfig: get rid of stray a.o, support ncursesw, 2006-01-15),
support to link menuconfig with ncursesw library was added.  To compute
the linker command option -l, we check "libncursesw.{so,a,dylib}" to allow
ncursesw to be used as a replacement ncurses.  However, when checking what
header file to include, we do not check /usr/include/ncursesw directory.

Add /usr/include/ncursesw to the list of directories that are checked.
With this patch, on my Debian Lenny box with libncursesw5-dev package but
not libncurses5-dev package, I can say "make menuconfig".

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Michal Marek <mmarek@suse.cz>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2016-04-03 23:59:15 -04:00
..
lxdialog kconfig: fix menuconfig on debian lenny 2016-04-03 23:59:15 -04:00
.gitignore add .gitignore files 2009-05-05 09:05:30 -04:00
check.sh *: trailing empty lines removed 2010-07-26 01:49:12 +02:00
conf.c get rid of several "variable 'x' set but not used" warnings 2011-05-01 14:43:53 +02:00
confdata.c fix if(p)/free(p) construct 2015-06-07 18:19:43 +02:00
expr.c whitespace fixes 2007-05-30 00:29:55 +00:00
expr.h build system overhaul 2006-10-05 10:17:08 +00:00
gconf.c Remove 'busybox' word from configuration programs 2008-05-28 11:59:32 +00:00
gconf.glade build system overhaul 2006-10-05 10:17:08 +00:00
images.c build system overhaul 2006-10-05 10:17:08 +00:00
kconfig_load.c whitespace fixes 2007-05-30 00:29:55 +00:00
kxgettext.c build system overhaul 2006-10-05 10:17:08 +00:00
lex.zconf.c_shipped update _shipped file with hurd fix 2010-08-02 02:17:25 +02:00
lkc_proto.h build system overhaul 2006-10-05 10:17:08 +00:00
lkc.h build system overhaul 2006-10-05 10:17:08 +00:00
Makefile build system: fix make gconfig 2013-12-19 04:43:24 +01:00
mconf.c scripts/kconfig/mconf: work on systems w/o SIGWINCH 2012-09-27 15:26:40 +02:00
menu.c *: trailing empty lines removed 2010-07-26 01:49:12 +02:00
POTFILES.in build system overhaul 2006-10-05 10:17:08 +00:00
qconf.cc Remove 'busybox' word from configuration programs 2008-05-28 11:59:32 +00:00
qconf.h build system overhaul 2006-10-05 10:17:08 +00:00
symbol.c build system overhaul 2006-10-05 10:17:08 +00:00
util.c fix if(p)/free(p) construct 2015-06-07 18:19:43 +02:00
zconf.gperf build system overhaul 2006-10-05 10:17:08 +00:00
zconf.hash.c_shipped *: trailing empty lines removed 2010-07-26 01:49:12 +02:00
zconf.l Hurd compat fixes. Mostly dealing with absent PATH_MAX 2010-03-26 19:08:53 +01:00
zconf.tab.c_shipped *: trailing empty lines removed 2010-07-26 01:49:12 +02:00
zconf.y *: s/spaces/tabs/ 2010-07-26 12:47:36 +02:00