mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 19:46:31 +01:00
fix(zlib): keep bootstrap static and build shared zlib in steps-guix
This commit is contained in:
parent
666d9792c4
commit
5d1289345b
4 changed files with 34 additions and 1 deletions
|
|
@ -27,5 +27,5 @@ src_prepare() {
|
|||
}
|
||||
|
||||
src_configure() {
|
||||
./configure --prefix="${PREFIX}" --libdir="${LIBDIR}" --shared
|
||||
./configure --prefix="${PREFIX}" --libdir="${LIBDIR}" --static
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue