X-Git-Url: http://gitweb/?a=blobdiff_plain;f=glibc%2FPkgfile;h=1771aee2c5fa755f3d445a7d5ef8ed6135542b8b;hb=e5b6ae5af3cdf6105aae64449b90769f0b582907;hp=bcdd38f32b31f34eacfe17a8626ac9889a2be6de;hpb=eb94b6d44ca70a29535bb5c76f27a95ae9f4d63b;p=crossrootfs.git diff --git a/glibc/Pkgfile b/glibc/Pkgfile index bcdd38f..1771aee 100644 --- a/glibc/Pkgfile +++ b/glibc/Pkgfile @@ -5,37 +5,26 @@ # Depends on: name=glibc -version=2.16.0 -release=1 +version=2.22 +release=2 source=(http://ftp.gnu.org/gnu/glibc/glibc-$version.tar.xz \ - ftp://ftp.gnu.org/gnu/$name/$name-ports-$version.tar.bz2 \ - ftp://ftp.kernel.org/pub/linux/kernel/v3.0/linux-3.4.11.tar.xz \ - $name-resolv_assert.patch - $name-strtod_integer_overflow.patch + http://ftp.kernel.org/pub/linux/kernel/v4.x/linux-4.1.tar.xz \ hosts resolv.conf nsswitch.conf host.conf ld.so.conf) build() { # install build kernel headers - cd linux-3.4.11 + cd linux-4.1 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 - mv $name-ports-$version $name-$version/ports - - pushd $name-$version - patch -p1 -i $SRC/$name-resolv_assert.patch - patch -p1 -i $SRC/$name-strtod_integer_overflow.patch - popd mkdir build cd build cat > config.cache << EOF libc_cv_forced_unwind=yes -libc_cv_ctors_header=yes -libc_cv_c_cleanup=yes EOF ../$name-$version/configure --build=$CHOST \ @@ -56,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} \