X-Git-Url: http://gitweb/?a=blobdiff_plain;f=glibc%2FPkgfile;h=0f9b72d1ea486e90a26c751570bef8c37feab7ff;hb=651f560081ab114c9b1c2e429e88b81aaba3883d;hp=b95ecb66d67f2e6e4d02667b79e9636609cc8fd0;hpb=fd64717375e3bc24049761e6f0dbf449e2d69f80;p=crossrootfs.git diff --git a/glibc/Pkgfile b/glibc/Pkgfile index b95ecb6..0f9b72d 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 \ - ftp://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=arm headers_check make ARCH=arm INSTALL_HDR_PATH=$PKG/usr headers_install