X-Git-Url: http://gitweb/?a=blobdiff_plain;f=glibc%2FPkgfile;h=9c79eab54b918270897b3ae9a105b86b1261a663;hb=c123635be9ce6fe2aa8088e828ed909dd3eb2e9a;hp=e37fb7c66de379358dfded502e7bbe62b6f1ec17;hpb=9ab3f81afe69ffa66e12ac55df9e690c39a72f84;p=ports%2Fcore-arm.git diff --git a/glibc/Pkgfile b/glibc/Pkgfile index e37fb7c..9c79eab 100644 --- a/glibc/Pkgfile +++ b/glibc/Pkgfile @@ -5,22 +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=arm headers_check make ARCH=arm INSTALL_HDR_PATH=$PKG/usr headers_install mkdir $SRC/build cd $SRC/build - ../$name-$version/configure --prefix=/usr \ + ../$name-${version:0:4}/configure --prefix=/usr \ --build=arm-unknown-linux-gnueabihf \ --libexecdir=/usr/lib \ --with-headers=$PKG/usr/include \ @@ -30,9 +30,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 @@ -41,7 +43,7 @@ build() { install -m 0644 $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 + ln -s stubs-hard.h $PKG/usr/include/gnu/stubs-soft.h install -d $PKG/etc/ld.so.conf.d $PKG/usr/lib/locale touch $PKG/etc/ld.so.cache