mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-09 14:33:00 +00:00
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>
This commit is contained in:
parent
f2a3653882
commit
0faf921a01
@ -27,11 +27,6 @@ PKG_LICENSE_FILES:= COPYING \
|
|||||||
|
|
||||||
PKG_BUILD_PARALLEL:=0
|
PKG_BUILD_PARALLEL:=0
|
||||||
|
|
||||||
PKG_CONFIG_DEPENDS:= \
|
|
||||||
CONFIG_PACKAGE_cal \
|
|
||||||
CONFIG_PACKAGE_cfdisk \
|
|
||||||
CONFIG_PACKAGE_setterm
|
|
||||||
|
|
||||||
PKG_FIXUP:=autoreconf
|
PKG_FIXUP:=autoreconf
|
||||||
PKG_INSTALL:=1
|
PKG_INSTALL:=1
|
||||||
|
|
||||||
@ -441,7 +436,7 @@ CONFIGURE_ARGS += \
|
|||||||
--without-udev \
|
--without-udev \
|
||||||
--without-readline \
|
--without-readline \
|
||||||
--disable-more \
|
--disable-more \
|
||||||
$(if $(CONFIG_PACKAGE_cal)$(CONFIG_PACKAGE_cfdisk)$(CONFIG_PACKAGE_setterm),--with-ncursesw,--without-ncurses)
|
--with-ncursesw
|
||||||
|
|
||||||
TARGET_CFLAGS += $(FPIC) -std=gnu99
|
TARGET_CFLAGS += $(FPIC) -std=gnu99
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user