diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-09-18 19:25:32 -0700 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2010-09-20 14:09:31 +0200 |
commit | 8c41e5e363db55d91aa3b1cdce4ab02ad9821de7 (patch) | |
tree | 2b0268c63b7444d28aa27a10635ee8554f6b2e4b /scripts/kconfig/Makefile | |
parent | cec1921ec9a91b9bc7c083b6ebe47c17552b9a81 (diff) | |
download | linux-8c41e5e363db55d91aa3b1cdce4ab02ad9821de7.tar.bz2 |
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>
Diffstat (limited to 'scripts/kconfig/Makefile')
0 files changed, 0 insertions, 0 deletions