aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils/util-linux
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2017-03-22 13:49:05 +0100
committerFelix Fietkau <nbd@nbd.name>2017-03-22 14:38:48 +0100
commit0aee976135481f0681aa876f86537211e45c16cc (patch)
tree8dedc9e04fdfa152cf275d64f3f9a6814f2bf837 /package/utils/util-linux
parentcf9812dd522ed1a8209478ed62ff243675bd2626 (diff)
downloadupstream-0aee976135481f0681aa876f86537211e45c16cc.tar.gz
upstream-0aee976135481f0681aa876f86537211e45c16cc.tar.bz2
upstream-0aee976135481f0681aa876f86537211e45c16cc.zip
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>
Diffstat (limited to 'package/utils/util-linux')
-rw-r--r--package/utils/util-linux/Makefile7
1 files changed, 1 insertions, 6 deletions
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