X-Git-Url: http://gitweb/?a=blobdiff_plain;f=glibc%2FPkgfile;h=67e1bc7c9e6314221b5cb5f3f16596c805402e1b;hb=c18fcdc8639154fbd518c51c6a1eb1f51465da6c;hp=0f9b72d1ea486e90a26c751570bef8c37feab7ff;hpb=5e6bd1c9367c270b6a1be2d659da822b9b0f0371;p=crossrootfs.git diff --git a/glibc/Pkgfile b/glibc/Pkgfile index 0f9b72d..67e1bc7 100644 --- a/glibc/Pkgfile +++ b/glibc/Pkgfile @@ -5,15 +5,15 @@ # Depends on: name=glibc -version=2.24 +version=2.27 release=1 source=(http://ftp.gnu.org/gnu/glibc/glibc-$version.tar.xz \ - https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.9.5.tar.xz \ + https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.14.14.tar.xz \ hosts resolv.conf nsswitch.conf host.conf ld.so.conf) build() { # install build kernel headers - cd linux-4.9.5 + cd linux-4.14.14 make mrproper make ARCH=arm headers_check make ARCH=arm INSTALL_HDR_PATH=$PKG/usr headers_install