X-Git-Url: http://gitweb/?a=blobdiff_plain;f=glibc%2FPkgfile;h=70f05e37b2a7436e7f7a59070e0aa0fe5d1986d6;hb=b4aac807c89c4c3f254c2320ab5a0e7a1fea2c44;hp=afc324e0970053e68a14653b5f736f633c13529b;hpb=534a14fc63875a7bf3e12313979017e936b280c5;p=crossrootfs.git diff --git a/glibc/Pkgfile b/glibc/Pkgfile index afc324e..70f05e3 100644 --- a/glibc/Pkgfile +++ b/glibc/Pkgfile @@ -1,38 +1,30 @@ # Description: The C library used in the GNU system # URL: http://www.gnu.org/software/libc/ # Maintainer: CRUX System Team, core-ports at crux dot nu -# Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org +# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu # Depends on: name=glibc -version=2.10.1 -release=1 -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 \ +version=2.22 +release=2 +source=(http://ftp.gnu.org/gnu/glibc/glibc-$version.tar.xz \ + 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-2.6.29 + 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-$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 EOF ../$name-$version/configure --build=$CHOST \ @@ -41,11 +33,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 +47,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} }