glibc: sync with upstream 2.32 branch

This commit is contained in:
Juergen Daubert 2021-03-22 16:38:00 +01:00
parent 2fc87b8574
commit 032ac05e2d
3 changed files with 2347 additions and 70 deletions

View File

@ -1,10 +1,10 @@
untrusted comment: verify with /etc/ports/core.pub
RWRJc1FUaeVeqv5/w6XBVxmoyM6i8cAEWInxEuxgxaI7k87SWOKAdXkLa5/FTs62Q9fC8Rqmc/zUyz37gp8wEk0wd70bIiWfAAU=
SHA256 (Pkgfile) = 35040a4f98f4042c7c1d0d4a6b346911bd29232083f66aea6301e041bc4cad21
RWRJc1FUaeVeqq7YiPshFBB5CPmGMmusADxcu6YZ79M4YqtmTxJqKBj3x8t5Bzjnxpu+NGW0hE7kZXmz2juUl2TYUX461uiVMwQ=
SHA256 (Pkgfile) = 4ee4d7d539a2df3f2f04b500574a80a0efe84f692793d6cea079652984610909
SHA256 (.footprint) = aa29daaba0d990bb954964b7605cf132588bcb5ee9cf56d219f2ed26e60eba7b
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 (hosts) = 5c02b256c105f1d4a12fb738d71c1bab9eb126533074d7a0c8a14b92670c9431
SHA256 (resolv.conf) = 72ccb58768a72a771ec37142bc361a18478a07ec9de6e925a20760794389bf51
SHA256 (nsswitch.conf) = 859b8984e5e90aff3cce8f9779996ae4033b280d2122840e9411e2f44a1c2e61

View File

@ -4,10 +4,10 @@
name=glibc
version=2.32
release=2
release=3
source=(https://ftp.gnu.org/gnu/glibc/glibc-$version.tar.xz \
https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.4.72.tar.xz \
glibc-$version-2.patch \
glibc-$version-3.patch \
hosts resolv.conf nsswitch.conf host.conf ld.so.conf)
build() {
@ -18,11 +18,12 @@ build() {
make INSTALL_HDR_PATH=$PKG/usr headers_install
chown root:root $PKG/usr
patch -p1 -d $SRC/$name-${version:0:4} -i $SRC/$name-$version-2.patch
patch -p1 -d $SRC/$name-${version:0:4} -i $SRC/$name-$version-3.patch
mkdir $SRC/build
cd $SRC/build
../$name-${version}/configure --prefix=/usr \
../$name-${version}/configure \
--prefix=/usr \
--libexecdir=/usr/lib \
--with-headers=$PKG/usr/include \
--enable-kernel=4.9 \

File diff suppressed because it is too large Load Diff