summaryrefslogtreecommitdiffstats
path: root/package/util-linux
diff options
context:
space:
mode:
authorPeter Seiderer <ps.report@gmx.net>2015-01-31 21:28:31 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-02-01 22:26:59 +0100
commit4a5832fd4244d25505bf447776ce3f9832e3b599 (patch)
tree026c9640ac8b434a725811af8972c65cfaa05631 /package/util-linux
parent383287ce33c7e8780db3b2a3374aa0b2e57af889 (diff)
downloadbuildroot-4a5832fd4244d25505bf447776ce3f9832e3b599.tar.gz
buildroot-4a5832fd4244d25505bf447776ce3f9832e3b599.zip
util-linux: disable more command host build because of ncurses dependency
Build on host without ncurses/curses development files and option HOST_UTIL_LINUX enabled (introduced by [1]) failes because of text-utils/more.c ncurses dependency (see old commit [2] for details). [1] http://git.buildroot.net/buildroot/commit/?id=2b18d093cd8a5baaf2e22ce13cc9e527c1937777 [2] http://git.buildroot.net/buildroot/commit/?id=e55532fa08266be268fa35c32a5ee763329a9396 Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/util-linux')
-rw-r--r--package/util-linux/util-linux.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/util-linux/util-linux.mk b/package/util-linux/util-linux.mk
index a70363f945..0b99618613 100644
--- a/package/util-linux/util-linux.mk
+++ b/package/util-linux/util-linux.mk
@@ -120,6 +120,8 @@ HOST_UTIL_LINUX_CONF_OPTS += \
ifeq ($(BR2_PACKAGE_HOST_UTIL_LINUX),y)
HOST_UTIL_LINUX_CONF_OPTS += --disable-makeinstall-chown
+# disable more command because of ncurses dependency
+HOST_UTIL_LINUX_CONF_OPTS += --disable-more
else
HOST_UTIL_LINUX_CONF_OPTS += --disable-all-programs
endif
OpenPOWER on IntegriCloud