X-Git-Url: http://gitweb/?a=blobdiff_plain;f=glibc%2FPkgfile;h=8aba423a1f23c3fdf8e5ebad8ca0eb9a05e4872a;hb=40e906dfdfea0259364258162311a0cc9a72f856;hp=99900e55cf55ec14e79025ff31193712b5b39d3e;hpb=3ab3418039e05a103c4a0fdb12c46233936299b7;p=ports%2Fcore-arm64.git diff --git a/glibc/Pkgfile b/glibc/Pkgfile index 99900e5..8aba423 100644 --- a/glibc/Pkgfile +++ b/glibc/Pkgfile @@ -6,10 +6,10 @@ name=glibc 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/v4.x/linux-4.19.24.tar.xz \ - glibc-$version-2.patch \ + glibc-$version-3.patch \ hosts resolv.conf nsswitch.conf host.conf ld.so.conf) build() { @@ -20,7 +20,7 @@ build() { make ARCH=arm64 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