X-Git-Url: http://gitweb/?a=blobdiff_plain;f=glibc%2FPkgfile;h=5d825cfe65c756e2442f2b2c2a978d2db527b59b;hb=236c303b55f4548e8424fefcc7ad56534908a2cb;hp=117d754cbb56c0f2650f7b1751ba1ce6bd3a1977;hpb=82220af863a0e4f617fcf56da40b40d6fb4863cf;p=ports%2Fcore-arm.git diff --git a/glibc/Pkgfile b/glibc/Pkgfile index 117d754..5d825cf 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 \ - $name-$version-$release.patch \ + http://www.kernel.org/pub/linux/kernel/v4.x/linux-4.19.24.tar.xz \ + $name-$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=arm headers_check make ARCH=arm 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