On Mon, Feb 12, 2018 at 02:22:01PM +0100, Michael Olbrich wrote:
> On Fri, Feb 09, 2018 at 03:14:19PM +0100, Ladislav Michl wrote:
> > Signed-off-by: Ladislav Michl <la...@linux-mips.org>
> 
> The md5 in NCURSES_LICENSE_FILES does not match any more.

Will update in v2.

> And building vim with this fails with:
> [...]
> checking --with-tlib argument... ncurses
> checking for linking with ncurses library... OK
> checking for tgetent()... configure: error: NOT FOUND!
>       You need to install a terminal library; for example ncurses.
>       Or specify the name of the library with --with-tlib.
> [...]

I gave it a quick try with patch bellow and it compiled fine:

diff --git a/rules/vim.make b/rules/vim.make
index 6afcc78e0..7fbc15457 100644
--- a/rules/vim.make
+++ b/rules/vim.make
@@ -81,6 +81,10 @@ VIM_CONF_OPT := \
        --without-x \
        --with-tlib=ncurses
 
+VIM_MAKE_OPT  := \
+       $(CROSS_ENV) \
+       LDFLAGS="-ltinfo"
+
 VIM_INSTALL_OPT := \
        installvimbin \
        installrtbase \

Is it worth trying to fix it systemwide or we just wait until packages get
fixed over time?

        ladis

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to