X-Git-Url: http://gitweb/?a=blobdiff_plain;f=glibc%2FPkgfile;h=3d1ec9abc08ef508794432ba8ba538b6d9ea5228;hb=f5d715045a681f8bf417dc0761a90b27de24b600;hp=1771aee2c5fa755f3d445a7d5ef8ed6135542b8b;hpb=3e713c38ffe37dbfbf68b23c39e46bae8f6bf338;p=crossrootfs.git diff --git a/glibc/Pkgfile b/glibc/Pkgfile index 1771aee..3d1ec9a 100644 --- a/glibc/Pkgfile +++ b/glibc/Pkgfile @@ -5,15 +5,15 @@ # Depends on: name=glibc -version=2.22 -release=2 +version=2.24 +release=1 source=(http://ftp.gnu.org/gnu/glibc/glibc-$version.tar.xz \ - http://ftp.kernel.org/pub/linux/kernel/v4.x/linux-4.1.tar.xz \ + https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.9.5.tar.xz \ hosts resolv.conf nsswitch.conf host.conf ld.so.conf) build() { # install build kernel headers - cd linux-4.1 + cd linux-4.9.5 make mrproper make ARCH=arm64 headers_check make ARCH=arm64 INSTALL_HDR_PATH=$PKG/usr headers_install