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

@@ -19,5 +19,5 @@ clean() {
package() {
cd libressl-*/
make -j $TT_PROCS install DESTDIR=$TT_SYSROOT
make -j $TT_PROCS install DESTDIR=$TT_INSTALLDIR
}