X-Git-Url: http://gitweb/?a=blobdiff_plain;ds=sidebyside;f=glibc%2FPkgfile;h=ead1ccffb2c1c8e25a7a0bd7f688253de9efaf39;hb=993ea76897b6b38ab6fd009fa30b579cd5ea12d1;hp=dd03b38a139ab390217bfb73f1961ad93411e780;hpb=6e52ceb9188a573ceba54d591abeabb7d666a9d3;p=ports%2Fcore-arm64.git diff --git a/glibc/Pkgfile b/glibc/Pkgfile index dd03b38..ead1ccf 100644 --- a/glibc/Pkgfile +++ b/glibc/Pkgfile @@ -5,22 +5,22 @@ # Depends on: name=glibc -version=2.27 +version=2.28 release=2 source=(http://ftp.gnu.org/gnu/glibc/glibc-$version.tar.xz \ - http://www.kernel.org/pub/linux/kernel/v4.x/linux-4.14.14.tar.xz \ - glibc-2.27-2.patch \ + http://www.kernel.org/pub/linux/kernel/v4.x/linux-4.19.24.tar.xz \ + glibc-$version-1.patch \ hosts resolv.conf nsswitch.conf host.conf ld.so.conf) build() { # install kernel headers - cd linux-4.14.14 + cd linux-4.19.24 make mrproper make ARCH=arm64 headers_check 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-$release.patch + patch -p1 -d $SRC/$name-${version:0:4} -i $SRC/$name-$version-1.patch mkdir $SRC/build cd $SRC/build