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.
This commit is contained in:
parent
ee6d69b122
commit
b92fbbf0f8
@ -4,7 +4,7 @@ cat <<EOF > config.cache
|
|||||||
ax_cv_have_tls=yes
|
ax_cv_have_tls=yes
|
||||||
scanf_cv_alloc_modifier=ms
|
scanf_cv_alloc_modifier=ms
|
||||||
EOF
|
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} \
|
--prefix=/usr --libexecdir=/usr/lib${SUFFIX} --libdir=/usr/lib${SUFFIX} \
|
||||||
--disable-wall --cache-file=config.cache --without-python --without-systemd
|
--disable-wall --cache-file=config.cache --without-python --without-systemd
|
||||||
notparallel
|
notparallel
|
||||||
|
Loading…
Reference in New Issue
Block a user