From: Felix Fietkau Date: Wed, 22 Mar 2017 12:49:05 +0000 (+0100) Subject: util-linux: unconditionally enable ncursesw support X-Git-Tag: v17.01.1~10 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=0faf921a016fde64687e8fcdb8eace7854ce5876 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 --- diff --git a/package/utils/util-linux/Makefile b/package/utils/util-linux/Makefile index f85f48e756..a3c59c073b 100644 --- a/package/utils/util-linux/Makefile +++ b/package/utils/util-linux/Makefile @@ -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