Openwrt/package
John Crispin 354aa80ada ncurses: Fix build of libncursew
Packages using libncursesw can fail to build if both libncurses and libncursesw
are not installed. Currently the ncurses.h file is installed in "usr/include/ncursesw"
directory and includes other .h files in the "usr/include" directory incorrectly.
For example: Including <ncursesw/ncurses.h> fails due to these references. These build
changes will set the correct include paths within the developer includes.

Packages that expect ncurses.h (or curses.h) in the default "usr/include" path fail
even when expecting to build with libncursesw and will need to be fixed as well. However,
they cannot be fixed until this patch is applied.

Signed-off-by: Ted Hess <thess@kitschensync.net>

SVN-Revision: 47853
2015-12-11 15:06:01 +00:00
..
base-files
boot
devel
firmware
kernel kernel: Add dummy sound driver 2015-12-11 15:05:53 +00:00
libs ncurses: Fix build of libncursew 2015-12-11 15:06:01 +00:00
network br2684ctl: add atm-bridge disabled option 2015-12-10 14:40:55 +00:00
system ubus: fix various ACL processing problems 2015-12-09 19:42:00 +00:00
utils busybox: Update config for 1.24.1 2015-12-05 09:51:30 +00:00
Makefile