X-Git-Url: http://gitweb/?a=blobdiff_plain;f=glibc%2FPkgfile;h=fde34afe0f5d54a4706847cdbb7910b4b5c1b721;hb=37b953b2c5f882d59ebddc0077f6d13b093fccca;hp=3d1ec9abc08ef508794432ba8ba538b6d9ea5228;hpb=5895156a9d6bb69dc07e5483344c0e2e029b7083;p=crossrootfs.git diff --git a/glibc/Pkgfile b/glibc/Pkgfile index 3d1ec9a..fde34af 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 \ +source=(http://ftpmirror.gnu.org/gnu/glibc/glibc-$version.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=arm64 headers_check make ARCH=arm64 INSTALL_HDR_PATH=$PKG/usr headers_install @@ -38,7 +38,8 @@ EOF --disable-profile \ --without-gd \ --with-__thread \ - --enable-obsolete-rpc + --enable-obsolete-rpc \ + --enable-obsolete-nsl make CC="$CC" CFLAGS="$CFLAGS" make install_root=$PKG install