X-Git-Url: http://gitweb/?a=blobdiff_plain;f=glibc%2FPkgfile;h=8f41e63e757dba081a028f7ebd7ba2db697257b1;hb=25d21bea3e1cf6bfb60f93cf7a2de13e555f8a20;hp=1a55efa1afa14056e493bdde883b6ff6f078d06b;hpb=d33c68a05f3c45d0c56015b236ebf1c1315d111e;p=crossrootfs.git diff --git a/glibc/Pkgfile b/glibc/Pkgfile index 1a55efa..8f41e63 100644 --- a/glibc/Pkgfile +++ b/glibc/Pkgfile @@ -5,34 +5,28 @@ # Depends on: name=glibc -version=2.10.1 +version=2.19 release=2 -source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2 \ - ftp://ftp.gnu.org/gnu/$name/$name-ports-$version.tar.bz2 \ - ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.29.tar.bz2 \ - $name-$version-cross_hacks-2.patch \ +source=(http://ftp.gnu.org/gnu/glibc/glibc-$version.tar.xz \ + ftp://ftp.kernel.org/pub/linux/kernel/v3.0/linux-3.12.tar.xz \ hosts resolv.conf nsswitch.conf host.conf ld.so.conf) build() { # install build kernel headers - cd linux-2.6.29 + cd linux-3.12 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-$version-cross_hacks-2.patch - popd mkdir build cd build cat > config.cache << EOF -libc_cv_gnu89_inline=yes -ac_cv_sizeof_long_double=0 +libc_cv_forced_unwind=yes +libc_cv_ctors_header=yes +libc_cv_c_cleanup=yes EOF ../$name-$version/configure --build=$CHOST \ @@ -41,11 +35,12 @@ EOF --libexecdir=/usr/lib \ --with-headers=$PKG/usr/include \ --with-tls \ - --enable-kernel=2.6.0 \ + --enable-kernel=2.6.25 \ --enable-add-ons \ --disable-profile \ --without-gd \ - --with-__thread + --with-__thread \ + --enable-obsolete-rpc make CC="$CC" CFLAGS="$CFLAGS" make install_root=$PKG install @@ -54,7 +49,7 @@ EOF ln -sf ../usr/share/zoneinfo/UTC $PKG/etc/localtime mkdir -p $PKG/etc/ld.so.conf.d $PKG/usr/lib/locale - # conflicts with quota - rm $PKG/usr/include/rpcsvc/{rquota.x,rquota.h} - rm -rf $PKG/usr/share/{info,locale} + rm -rf $PKG/usr/share/{info,locale} \ + $PKG/usr/bin/tzselect \ + $PKG/usr/sbin/z{dump,ic} }