Wip
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user