From: Vicente Olivert Riera Date: Fri, 10 Jul 2015 16:05:07 +0000 (+0200) Subject: heimdal: needs host-ncurses X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b0e5bef3e3ee881ef2a1916c18ab95fef86dd7ee;p=buildroot.git heimdal: needs host-ncurses 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 Signed-off-by: Thomas Petazzoni --- diff --git a/package/heimdal/heimdal.mk b/package/heimdal/heimdal.mk index 6260f8c172..19bca5eb3a 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 = \