mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-15 07:45: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
|
|
@ -204,7 +204,6 @@ src_configure() {
|
|||
mkdir build
|
||||
cd build
|
||||
|
||||
LDFLAGS="-static" \
|
||||
../configure \
|
||||
--prefix="${PREFIX}" \
|
||||
--libdir="${LIBDIR}" \
|
||||
|
|
@ -212,7 +211,6 @@ src_configure() {
|
|||
--target="${TARGET}" \
|
||||
--host="${TARGET}" \
|
||||
--enable-bootstrap \
|
||||
--enable-static \
|
||||
--disable-plugins \
|
||||
--disable-libssp \
|
||||
--disable-libsanitizer \
|
||||
|
|
@ -224,5 +222,5 @@ src_configure() {
|
|||
}
|
||||
|
||||
src_compile() {
|
||||
make "${MAKEJOBS}" BOOT_LDFLAGS="-static"
|
||||
make "${MAKEJOBS}"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue