Build dynamic versions of musl, curl, openssl, zlib, libgcc & guile

This is required for the Guix bootstrap to work.
This commit is contained in:
Gábor Stefanik 2024-05-22 21:26:57 +02:00
parent 14937efcb2
commit 511dcaabf8
9 changed files with 13 additions and 13 deletions

View file

@ -173,7 +173,6 @@ src_configure() {
# For this GCC, we only build one stage, as extra is superfluous,
# since we build GCC 12 straight after.
CFLAGS="-std=gnu11" \
LDFLAGS="-static" \
../configure \
--prefix="${PREFIX}" \
--libdir="${LIBDIR}" \
@ -181,7 +180,6 @@ src_configure() {
--target="${TARGET}" \
--host="${TARGET}" \
--disable-bootstrap \
--enable-static \
--program-transform-name= \
--enable-languages=c,c++ \
--with-system-zlib \