X-Git-Url: http://gitweb/?a=blobdiff_plain;f=glibc%2FPkgfile;h=70f05e37b2a7436e7f7a59070e0aa0fe5d1986d6;hb=b4aac807c89c4c3f254c2320ab5a0e7a1fea2c44;hp=d0e5ffab104ba5984e6c8657ba117c5891038059;hpb=9ffcd4d38048bce37d756b4832763486c4b454e8;p=crossrootfs.git diff --git a/glibc/Pkgfile b/glibc/Pkgfile index d0e5ffa..70f05e3 100644 --- a/glibc/Pkgfile +++ b/glibc/Pkgfile @@ -5,39 +5,26 @@ # Depends on: name=glibc -version=2.16.0 -release=4 +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 - $name-regexp_buffer_overrun.patch + ftp://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 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 - patch -p1 -i $SRC/$name-regexp_buffer_overrun.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 \