X-Git-Url: http://gitweb/?a=blobdiff_plain;ds=sidebyside;f=glibc%2FPkgfile;h=4f2450c4869e95b0c9a5463634f433bef6dee701;hb=da310f23db2a7da06d3e4c6adb3e5dd8124b40c8;hp=4f66c40e45014a6adc1408b0d09a38722d57bd1f;hpb=eb267740891ac8d6ac16ee3551cd3fdd149a0979;p=ports%2Fcore-arm64.git diff --git a/glibc/Pkgfile b/glibc/Pkgfile index 4f66c40..4f2450c 100644 --- a/glibc/Pkgfile +++ b/glibc/Pkgfile @@ -5,23 +5,22 @@ # Depends on: name=glibc -version=2.22 +version=2.27 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.13.tar.xz \ + http://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 kernel headers - cd linux-4.1.13 + cd linux-4.14.14 make mrproper make ARCH=arm64 headers_check make ARCH=arm64 INSTALL_HDR_PATH=$PKG/usr headers_install mkdir $SRC/build cd $SRC/build - ../$name-$version/configure --prefix=/usr \ - --build=aarch64-unknown-linux-gnueabi \ + ../$name-${version:0:4}/configure --prefix=/usr \ --libexecdir=/usr/lib \ --with-headers=$PKG/usr/include \ --enable-kernel=2.6.25 \ @@ -30,9 +29,11 @@ build() { --disable-profile \ --disable-werror \ --without-gd \ - --enable-obsolete-rpc + --enable-obsolete-rpc \ + --enable-obsolete-nsl make + #make check make install_root=$PKG install install -m 0644 $SRC/$name-$version/nscd/nscd.conf $PKG/etc