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:
parent
13a3afc536
commit
57194c2bd8
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user