summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZach van Rijn <me@zv.io>2024-12-06 11:07:55 -0600
committerZach van Rijn <me@zv.io>2024-12-06 11:07:55 -0600
commit28e97dcf35bcbb9f87c2aa03bc67b94b114eeac9 (patch)
treea0d54362f5f4b75bf060c7b0d4fa230598bacf73
parentd1a98be0ea7cfc1e262ddb9b1a2611c54cd7a268 (diff)
downloadbootstrap-28e97dcf35bcbb9f87c2aa03bc67b94b114eeac9.tar.gz
bootstrap-28e97dcf35bcbb9f87c2aa03bc67b94b114eeac9.tar.bz2
bootstrap-28e97dcf35bcbb9f87c2aa03bc67b94b114eeac9.tar.xz
bootstrap-28e97dcf35bcbb9f87c2aa03bc67b94b114eeac9.zip
bootstrap: update mcmtools to fix failed upstream issue.
-rwxr-xr-xbootstrap3
1 files changed, 2 insertions, 1 deletions
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} \