Update to musl 1.2.4.

This commit is contained in:
Andrius Štikonas 2023-06-12 01:09:38 +01:00
parent f531e1cc5f
commit 914b84377a
18 changed files with 77 additions and 75 deletions

View file

@ -41,7 +41,7 @@ src_compile() {
SOURCE_DIR="$PWD" ./config/bootstrap
# Specify timeout to avoid non-reproducibility
./configure \
CPPFLAGS=-D_LARGEFILE64_SOURCE=1 ./configure \
--prefix="${FINALPREFIX}" \
--libdir="${FINALPREFIX}/lib/i386-unknown-linux-musl" \
--disable-shared \

View file

@ -57,7 +57,7 @@ install_tar libtool-2.2.4 0
install_tar linux-headers-5.10.41 0
install_tar m4-1.4.7 0
install_tar make-3.82 0
install_tar musl-1.2.3 1
install_tar musl-1.2.4 1
install_tar perl-5.6.2 0
install_tar util-linux-2.19.1 0

View file

@ -1 +0,0 @@
https://musl.libc.org/releases/musl-1.2.3.tar.gz 7d5b0b6062521e4627e099e4c9dc8248d32a30285e959b7eecaa780cf8cfd4a4

1
sysc/musl-1.2.4/sources Normal file
View file

@ -0,0 +1 @@
https://musl.libc.org/releases/musl-1.2.4.tar.gz 7a35eae33d5372a7c0da1188de798726f68825513b7ae3ebe97aaaa52114f039

View file

@ -96,7 +96,7 @@ build sed-4.8
build autogen-5.18.16 autogen-5.18.16.sh
build musl-1.2.3
build musl-1.2.4
build python-2.0.1 stage1.sh