util-linux-ng: make build depend on libncurses, cfdisk is compiled unconditionally and will fail with missing input files if ncurses was not detected during configure
SVN-Revision: 22982
This commit is contained in:
parent
7a2ce99fe5
commit
5af8eb0f36
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
|||
PKG_SOURCE_URL:=@KERNEL/linux/utils/$(PKG_NAME)/v2.13
|
||||
PKG_MD5SUM:=c841dc8743905c8f0db20c9db5094f57
|
||||
|
||||
PKG_BUILD_DEPENDS=e2fsprogs
|
||||
PKG_BUILD_DEPENDS=e2fsprogs libncurses
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
|
|
Loading…
Reference in a new issue