Fixed LibreSSL and built bzip2, Zlib, and CMake

This commit is contained in:
Alexander Hill
2025-11-23 20:05:48 -05:00
parent edaecac8bf
commit bb0d0c5433
7 changed files with 135 additions and 4 deletions

View File

@@ -235,4 +235,14 @@ for name in $SOURCES; do
done
# Install Treetap
cp $TREETAP $BOOTSTRAP/root/bin/
cp $TREETAP $BOOTSTRAP/root/bin/
# Prepare for chroot build
mkdir -p $BOOTSTRAP/root/maple/
cp rootbuild.sh $BOOTSTRAP/root/maple/
export TT_DIR=$BOOTSTRAP/root/maple/.treetap
SOURCES=(libarchive libressl xz)
for name in $SOURCES; do
$TREETAP fetch $SPEC/$name/$name.spec
done
cp -r $SPEC $BOOTSTRAP/root/maple/