util-linux: unconditionally enable ncursesw support

The build dependency is unconditional, and some components might fail if
ncurses is not available

Signed-off-by: Felix Fietkau <nbd@nbd.name>
openwrt-18.06
Felix Fietkau 2017-03-22 13:49:05 +01:00
parent cf9812dd52
commit 0aee976135
1 changed files with 1 additions and 6 deletions

View File

@ -27,11 +27,6 @@ PKG_LICENSE_FILES:= COPYING \
PKG_BUILD_PARALLEL:=0
PKG_CONFIG_DEPENDS:= \
CONFIG_PACKAGE_cal \
CONFIG_PACKAGE_cfdisk \
CONFIG_PACKAGE_setterm
PKG_FIXUP:=autoreconf
PKG_INSTALL:=1
@ -441,7 +436,7 @@ CONFIGURE_ARGS += \
--without-udev \
--without-readline \
--disable-more \
$(if $(CONFIG_PACKAGE_cal)$(CONFIG_PACKAGE_cfdisk)$(CONFIG_PACKAGE_setterm),--with-ncursesw,--without-ncurses)
--with-ncursesw
TARGET_CFLAGS += $(FPIC) -std=gnu99