glibc-32: synced with glibc

This commit is contained in:
Juergen Daubert 2024-05-11 10:32:37 +02:00
parent bd4a25b868
commit 15b0e53c1b
3 changed files with 4592 additions and 21 deletions

View File

@ -1,8 +1,8 @@
untrusted comment: verify with /etc/ports/core.pub
RWRJc1FUaeVeql66mOTUx3Cx1LqriUax7qi8Euq/rBd+wNQ2Pyki9pk4otMe0g03/qclXHsVIKXfjHRW09/SInE7blTgEq6+xAA=
SHA256 (Pkgfile) = a8b314815f444f63f1666e983a62e36ba2f286a9615c2ff60a5ce4b89d00aacf
RWRJc1FUaeVequqqRovF490QNU096w59tTYL4RnFTQwMktHINZMqqxi7iWs3cPDzBCLSOuseWOyddl0VsLzMT1Ko8QZPWKOnwAU=
SHA256 (Pkgfile) = 4dabd4ae133a6a822a410d12c9e5e12ccfa7e049a94e891c0035a31bcca76851
SHA256 (.footprint) = f676700a19f936a1af944e81a516dbf182723d6ac244eadabd3fd19e9a01daa5
SHA256 (glibc-2.36.tar.xz) = 1c959fea240906226062cb4b1e7ebce71a9f0e3c0836c09e7e3423d434fcfe75
SHA256 (linux-5.15.55.tar.xz) = 1ef6bd508b6c3af3bef2d5b337e4477254dba284c79e329aa38f9763ae3bfdcc
SHA256 (glibc-2.36-9.patch) = 1bf45371ef0d171cb58e7811d2b98a3679f2530878fe41fe8154449bc3181f64
SHA256 (glibc-2.36-10.patch) = 4a82a555551a4973436f20d5355f52dcac9a1ce28fd037c2d216e5eab1093d5b
SHA256 (lib32.conf) = 2f174d2bcefe1c29327690514f34d6970fffdd54398320ca23a11b5f1e3c9b2d

View File

@ -4,12 +4,12 @@
name=glibc-32
version=2.36
release=10
release=11
_kernel_version=5.15.55
source=(https://ftp.gnu.org/gnu/glibc/glibc-$version.tar.xz
https://www.kernel.org/pub/linux/kernel/v5.x/linux-$_kernel_version.tar.xz
glibc-$version-9.patch lib32.conf)
glibc-$version-10.patch lib32.conf)
build() {
# install kernel headers
@ -17,7 +17,7 @@ build() {
make -C $SRC/linux-$_kernel_version INSTALL_HDR_PATH=$PKG/usr headers_install
chown root:root $PKG/usr
patch -p1 -d $SRC/glibc-${version:0:4} -i $SRC/glibc-$version-9.patch
patch -p1 -d $SRC/glibc-${version:0:4} -i $SRC/glibc-$version-10.patch
mkdir $SRC/build
cd $SRC/build

File diff suppressed because it is too large Load Diff