Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] heimdal: needs host-ncurses
@ 2015-07-10 16:05 Vicente Olivert Riera
  2015-07-10 16:05 ` [Buildroot] [PATCH 2/2] heimdal: disable parallel build Vicente Olivert Riera
  2015-07-14 11:47 ` [Buildroot] [PATCH 1/2] heimdal: needs host-ncurses Thomas Petazzoni
  0 siblings, 2 replies; 6+ messages in thread
From: Vicente Olivert Riera @ 2015-07-10 16:05 UTC (permalink / raw)
  To: buildroot

Otherwise it will fail with an error like this one:

checking for tgetent in -lcurses... no
checking for tgetent in -lncurses... no
configure: error: libcurses or libncurses are required!

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
---
 package/heimdal/heimdal.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/heimdal/heimdal.mk b/package/heimdal/heimdal.mk
index 6260f8c..19bca5e 100644
--- a/package/heimdal/heimdal.mk
+++ b/package/heimdal/heimdal.mk
@@ -6,7 +6,7 @@
 
 HEIMDAL_VERSION = 1.6rc2
 HEIMDAL_SITE = http://www.h5l.org/dist/src
-HEIMDAL_DEPENDENCIES = host-e2fsprogs host-pkgconf
+HEIMDAL_DEPENDENCIES = host-e2fsprogs host-ncurses host-pkgconf
 HEIMDAL_INSTALL_STAGING = YES
 # static because of -fPIC issues with e2fsprogs on x86_64 host
 HOST_HEIMDAL_CONF_OPTS = \
-- 
2.3.6

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-07-14 11:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-10 16:05 [Buildroot] [PATCH 1/2] heimdal: needs host-ncurses Vicente Olivert Riera
2015-07-10 16:05 ` [Buildroot] [PATCH 2/2] heimdal: disable parallel build Vicente Olivert Riera
2015-07-10 16:19   ` Gustavo Zacarias
2015-07-10 16:19     ` Vicente Olivert Riera
2015-07-14 11:48   ` Thomas Petazzoni
2015-07-14 11:47 ` [Buildroot] [PATCH 1/2] heimdal: needs host-ncurses Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox