mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-13 14:55:24 +01:00
Build dynamic versions of musl, curl, openssl, zlib, libgcc & guile
This is required for the Guix bootstrap to work.
This commit is contained in:
parent
14937efcb2
commit
511dcaabf8
9 changed files with 13 additions and 13 deletions
2
steps/zlib-1.2.13/pass1.sh
Executable file → Normal file
2
steps/zlib-1.2.13/pass1.sh
Executable file → Normal file
|
|
@ -3,5 +3,5 @@
|
|||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
src_configure() {
|
||||
./configure --prefix="${PREFIX}" --libdir="${LIBDIR}" --static
|
||||
./configure --prefix="${PREFIX}" --libdir="${LIBDIR}"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue