This commit is contained in:
2026-03-20 12:03:59 +01:00
parent 0d2cd53235
commit 7de732589a
6 changed files with 45 additions and 5 deletions

View File

@@ -30,10 +30,12 @@ VERSION="${TARDIR#./tar-}"
echo " Detected version: ${VERSION}"
cd "${TARDIR}"
# Cross-compile cache override: tar tests strnlen behavior at configure time.
./configure \
--prefix=/usr \
--host="${LFS_TGT}" \
--build="$(build-aux/config.guess)"
--build="$(build-aux/config.guess)" \
ac_cv_func_strnlen_working=yes
make
make DESTDIR="${LFS}" install