[source] util-linux: unconditionally enable ncursesw support

LEDE Commits lede-commits at lists.infradead.org
Tue Apr 11 10:34:22 PDT 2017


nbd pushed a commit to source.git, branch lede-17.01:
https://git.lede-project.org/0faf921a016fde64687e8fcdb8eace7854ce5876

commit 0faf921a016fde64687e8fcdb8eace7854ce5876
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Wed Mar 22 13:49:05 2017 +0100

    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 at nbd.name>
---
 package/utils/util-linux/Makefile | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/package/utils/util-linux/Makefile b/package/utils/util-linux/Makefile
index f85f48e..a3c59c0 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
 



More information about the lede-commits mailing list