From 28e97dcf35bcbb9f87c2aa03bc67b94b114eeac9 Mon Sep 17 00:00:00 2001 From: Zach van Rijn Date: Fri, 6 Dec 2024 11:07:55 -0600 Subject: bootstrap: update mcmtools to fix failed upstream issue. --- bootstrap | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bootstrap b/bootstrap index eec1af9..6a000ba 100755 --- a/bootstrap +++ b/bootstrap @@ -410,7 +410,7 @@ if ! test -d "${MTOOLS}"/sys/emus/bin; then # FIXME: no hard code test -d bootstrap \ || git clone ${CHAINS}/bootstrap.git; cd bootstrap; - git checkout e7f84548d99b30c05a78cd48f8107a15eda4aa04; + git checkout 1b2f37f939ed56278fcc2fc09d3bb2934a32443c; ## seed rootfs # @@ -672,6 +672,7 @@ if ! test -d mcmtools-${TARGET}/sys/tc/musl/bin; then # FIXME: no hard code PROOT_NO_SECCOMP=1 \ PATH="/tc/native/bin:${DEF_PATH}" \ LD_LIBRARY_PATH=/tc/native/lib \ +LIBRARY_PATH=/tc/native/lib \ SHELL=/bin/sh \ BASE="${BASE}" \ DEST="${BASE}"/mcmtools-${TARGET} \ -- cgit v1.2.3-70-g09d2