From b92fbbf0f87ac67f3d0f19f3dcb0403e42d79b91 Mon Sep 17 00:00:00 2001 From: Jaromir Capik Date: Tue, 30 Jun 2015 15:04:59 +0200 Subject: [PATCH] Adding --without-tinfo to STAGE1 recipe When the configure script finds no tinfo headers in the buildroot, it searches for them on the host's rootfs and when found there, it marks tinfo as present even when there's no compatible library installed for the target architecture. That causes the build to fail during cross-compiling. The above switch explicitly says we don't want tinfo. --- STAGE1-util-linux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/STAGE1-util-linux b/STAGE1-util-linux index 9e6d76a..f492ecb 100644 --- a/STAGE1-util-linux +++ b/STAGE1-util-linux @@ -4,7 +4,7 @@ cat < config.cache ax_cv_have_tls=yes scanf_cv_alloc_modifier=ms EOF -$SRC/${1}-*/configure $TCONFIGARGS --without-ncurses \ +$SRC/${1}-*/configure $TCONFIGARGS --without-ncurses --without-tinfo \ --prefix=/usr --libexecdir=/usr/lib${SUFFIX} --libdir=/usr/lib${SUFFIX} \ --disable-wall --cache-file=config.cache --without-python --without-systemd notparallel