This commit is contained in:
2026-08-18 18:59:25 -04:00
parent e65dcbb790
commit 815160cfd7
17 changed files with 593 additions and 10 deletions
+3 -1
View File
@@ -28,8 +28,10 @@ package "zlib" {
tar xf zlib-${version}.tar.gz --strip-components=1
}
// --static: only the archive (no libz.so) — consumers link it in, so
// no runtime lib resolution is needed in the store.
build {
./configure --prefix=${prefix}
./configure --prefix=${prefix} --static
make -j${jobs}
}