ncurses: get rid of unused BR2_PACKAGE_NCURSES_TARGET_HEADERS handling

The option was removed from Config.in in 58508f39c (ncurses: remove
dedicated target-headers option), so remove it from the makefile as
well.

Reported-by: Ian <reg-ian.ridley-buildroot@hydrix.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Peter Korsgaard
2010-08-30 10:15:29 +02:00
parent 1c4dbb5fa7
commit 78c67b6ce4
2 changed files with 3 additions and 6 deletions

View File

@@ -40,11 +40,8 @@ NCURSES_CONF_OPT = \
--enable-echo \
--enable-const \
--enable-overwrite \
--enable-broken_linker
ifneq ($(BR2_PACKAGE_NCURSES_TARGET_HEADERS),y)
NCURSES_CONF_OPT += --disable-static
endif
--enable-broken_linker \
--disable-static
ifneq ($(BR2_ENABLE_DEBUG),y)
NCURSES_CONF_OPT += --without-debug