X-Git-Url: http://gitweb/?a=blobdiff_plain;f=glibc%2FPkgfile;h=3d1ec9abc08ef508794432ba8ba538b6d9ea5228;hb=0ad5dd22b16c60bd1ef52c3ab34826b7034eac24;hp=70f05e37b2a7436e7f7a59070e0aa0fe5d1986d6;hpb=49c8186da58222676fba668996779c7927909088;p=crossrootfs.git diff --git a/glibc/Pkgfile b/glibc/Pkgfile index 70f05e3..3d1ec9a 100644 --- a/glibc/Pkgfile +++ b/glibc/Pkgfile @@ -5,18 +5,18 @@ # 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 + make ARCH=arm64 headers_check + make ARCH=arm64 INSTALL_HDR_PATH=$PKG/usr headers_install cd $SRC @@ -45,6 +45,7 @@ EOF cp $SRC/{hosts,resolv.conf,nsswitch.conf,host.conf,ld.so.conf} $PKG/etc ln -sf ../usr/share/zoneinfo/UTC $PKG/etc/localtime + ln -s stubs-hard.h $PKG/usr/include/gnu/stubs-soft.h mkdir -p $PKG/etc/ld.so.conf.d $PKG/usr/lib/locale rm -rf $PKG/usr/share/{info,locale} \