Fixed libtool, musl, and perl for rootbuild

This commit is contained in:
Alexander Hill
2025-11-28 10:53:37 -05:00
parent 679f263c2f
commit 25bd0eb0b4
4 changed files with 28 additions and 13 deletions

View File

@@ -28,5 +28,6 @@ package() {
DESTDIR=$TT_INSTALLDIR make install
# NOTE: Apparently, the linker library has an entry point that we can use as
# ldd. What kind of black magic is this? ~ahill
mkdir -p $TT_INSTALLDIR/bin
ln -sf /lib/ld-musl-$TT_ARCH.so.1 $TT_INSTALLDIR/bin/ldd
}