glibc-32: sync with upstream 2.32 branch

This commit is contained in:
Juergen Daubert 2021-03-24 15:19:36 +01:00
parent 032ac05e2d
commit bec746a7a2
3 changed files with 2347 additions and 71 deletions

View File

@ -1,8 +1,8 @@
untrusted comment: verify with /etc/ports/core.pub
RWRJc1FUaeVeqm5CTGy3xHfvEe6BoRxt4y161ZfC8N+8sdz4AnkunQ+f0uk3DIAj37eNRkvfVA+IpTsEbYjqwS9oC1EpWb6WLgM=
SHA256 (Pkgfile) = 146542b5d0e0dbba5e77e66bc5095b54c1e98b0aa67a69d96ce0caef054d2cd3
RWRJc1FUaeVeqsImCrnu91cf6KEXS52UXALzInBBj8j/7tdWU6W8GeQhtQXjP2SxeFlpihMX07JTxkM9R4VuH9jYZbLwbZa+pwQ=
SHA256 (Pkgfile) = 246974317c78736d3518e5bf328b3908d3af6e7c05527b468d5cd28ca283d74e
SHA256 (.footprint) = 45836a310a6801080a61130aca376091caab990a0c75d9fc039fcb7ad7298642
SHA256 (glibc-2.32.tar.xz) = 1627ea54f5a1a8467032563393e0901077626dc66f37f10ee6363bb722222836
SHA256 (linux-5.4.72.tar.xz) = 0e24645bd56fe5b55a7a662895f5562c103d71b54d097281f0c9c71ff22c1172
SHA256 (glibc-2.32-2.patch) = 7d0263f8683481df2af5e759f99e285a0bfeea330d4e613198c4580384fc44b0
SHA256 (glibc-2.32-3.patch) = 6d84a6054984e89c4b139dfa1a29561ee2f146bafa479f1c465700220a6aee73
SHA256 (lib32.conf) = 2f174d2bcefe1c29327690514f34d6970fffdd54398320ca23a11b5f1e3c9b2d

View File

@ -1,13 +1,13 @@
# Description: The C library used in the GNU system
# URL: http://www.gnu.org/software/libc/
# Maintainer: CRUX System Team, core-ports at crux dot nu
# URL: http://www.gnu.org/software/libc/
# Maintainer: CRUX System Team, core-ports at crux dot nu
name=glibc-32
version=2.32
release=2
release=3
source=(http://ftp.gnu.org/gnu/glibc/glibc-$version.tar.xz \
http://www.kernel.org/pub/linux/kernel/v5.x/linux-5.4.72.tar.xz \
glibc-$version-2.patch lib32.conf)
glibc-$version-3.patch lib32.conf)
build() {
# install kernel headers
@ -17,7 +17,7 @@ build() {
make INSTALL_HDR_PATH=$PKG/usr headers_install
chown root:root $PKG/usr
patch -p1 -d $SRC/glibc-${version:0:4} -i $SRC/glibc-$version-2.patch
patch -p1 -d $SRC/glibc-${version:0:4} -i $SRC/glibc-$version-3.patch
mkdir $SRC/build
cd $SRC/build

File diff suppressed because it is too large Load Diff