fix ncurses compilation

This commit is contained in:
Astro 2015-09-01 02:48:45 +02:00
parent 3e6a74edbc
commit 04b83a45ba
1 changed files with 2 additions and 1 deletions

View File

@ -180,7 +180,8 @@ HOST_NCURSES_CONF_OPTS = \
--without-cxx \
--without-cxx-binding \
--without-ada \
--without-normal
--without-normal \
CPPFLAGS="$(HOST_CPPFLAGS) -P"
$(eval $(autotools-package))
$(eval $(host-autotools-package))