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

@@ -3,11 +3,14 @@ This document tracks which packages can be built and packaged within the chroot.
| Package | Can Build? | Can Package? |
| ------------ | ---------- | ------------ |
| `busybox` | No | No |
| `bzip2` | Yes | Yes |
| `cmake` | Yes | No |
| `libarchive` | Yes | Yes |
| `libressl` | Yes | No |
| `libressl` | Yes | Yes |
| `linux` | No | No |
| `llvm` | No | No |
| `make` | Yes | Yes |
| `mold` | No | No |
| `musl` | Yes | Yes |
| `xz` | Yes | Yes |
| `xz` | Yes | Yes |
| `zlib` | Yes | Yes |