fix(zlib): keep bootstrap static and build shared zlib in steps-guix

This commit is contained in:
vxtls 2026-03-06 22:04:38 -05:00
parent 666d9792c4
commit 5d1289345b
4 changed files with 34 additions and 1 deletions

View file

@ -27,5 +27,5 @@ src_prepare() {
}
src_configure() {
./configure --prefix="${PREFIX}" --libdir="${LIBDIR}" --shared
./configure --prefix="${PREFIX}" --libdir="${LIBDIR}" --static
}