[Buildroot] [PATCH 3/5] less: depends on curses

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Mon May 10 21:39:49 UTC 2010


The less package already selects BR2_PACKAGE_CURSES, but it fails to
depend on it in the makefile. Therefore, there are cases where less
gets built before curses, and the build fails:

checking for working terminal libraries... Cannot find terminal libraries - configure failed

Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/less/less.mk |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/package/less/less.mk b/package/less/less.mk
index 706a3e0..bae1cf6 100644
--- a/package/less/less.mk
+++ b/package/less/less.mk
@@ -6,6 +6,7 @@
 
 LESS_VERSION = 436
 LESS_SITE = http://www.greenwoodsoftware.com/less
+LESS_DEPENDENCIES = ncurses
 
 $(eval $(call AUTOTARGETS,package,less))
 
-- 
1.6.3.3




More information about the buildroot mailing list