ncurses: fix host build breakage

Disable GPM support for host ncurses build since it sometimes breaks the
build.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Gustavo Zacarias 2011-09-02 11:04:48 -03:00 committed by Peter Korsgaard
parent 13a3afc536
commit 57194c2bd8
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ define HOST_NCURSES_BUILD_CMDS
endef
HOST_NCURSES_CONF_OPT = \
--without-shared
--without-shared --without-gpm
$(eval $(call AUTOTARGETS,package,ncurses))
$(eval $(call AUTOTARGETS,package,ncurses,host))