X-Git-Url: http://gitweb/?a=blobdiff_plain;f=glibc%2FPkgfile;h=4696ceea3adb1477ac2f87bd37f410f52ee44e6d;hb=ccc1b2a568237e315f6f0bdbc77ea646b52711ff;hp=4f66c40e45014a6adc1408b0d09a38722d57bd1f;hpb=eb267740891ac8d6ac16ee3551cd3fdd149a0979;p=ports%2Fcore-arm64.git diff --git a/glibc/Pkgfile b/glibc/Pkgfile index 4f66c40..4696cee 100644 --- a/glibc/Pkgfile +++ b/glibc/Pkgfile @@ -5,11 +5,12 @@ # Depends on: name=glibc -version=2.22 -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 \ - hosts resolv.conf nsswitch.conf host.conf ld.so.conf) +version=2.24 +release=10 +source=(http://ftpmirror.gnu.org/gnu/glibc/glibc-2.24.tar.xz \ + http://www.kernel.org/pub/linux/kernel/v4.x/linux-4.1.13.tar.xz \ + hosts resolv.conf nsswitch.conf host.conf ld.so.conf \ + glibc-2.24-10.patch) build() { # install kernel headers @@ -18,9 +19,11 @@ build() { make ARCH=arm64 headers_check make ARCH=arm64 INSTALL_HDR_PATH=$PKG/usr headers_install + patch -p1 -d $SRC/$name-${version:0:4} -i $SRC/glibc-2.24-10.patch + mkdir $SRC/build cd $SRC/build - ../$name-$version/configure --prefix=/usr \ + ../$name-${version:0:4}/configure --prefix=/usr \ --build=aarch64-unknown-linux-gnueabi \ --libexecdir=/usr/lib \ --with-headers=$PKG/usr/include \ @@ -33,6 +36,7 @@ build() { --enable-obsolete-rpc make + #make check make install_root=$PKG install install -m 0644 $SRC/$name-$version/nscd/nscd.conf $PKG/etc