X-Git-Url: http://gitweb/?a=blobdiff_plain;f=glibc%2FPkgfile;h=84e3579b1c1bffc246f8c292830bb529bfee573b;hb=5782eb1572075fc782133494e5bd3776b7f29cf5;hp=6313e3a5595bd3c823ab1c44b8baa3b329267992;hpb=4551f658370948e674aa4c28add80fc2b7085cf4;p=crossrootfs.git diff --git a/glibc/Pkgfile b/glibc/Pkgfile index 6313e3a..84e3579 100644 --- a/glibc/Pkgfile +++ b/glibc/Pkgfile @@ -5,27 +5,31 @@ # Depends on: name=glibc -version=2.12.2 -release=2 +version=2.13 +release=1 source=(http://ftp.gnu.org/gnu/glibc/glibc-$version.tar.xz \ - ftp://ftp.gnu.org/gnu/$name/$name-ports-2.12.1.tar.bz2 \ - ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.35.tar.gz \ + ftp://ftp.gnu.org/gnu/$name/$name-ports-$version.tar.bz2 \ + ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.35.6.tar.gz \ glibc-ignore_origin.patch \ Optimize-__getpagesize-a-bit.patch \ $name-$version-cross_hacks-2.patch \ + $name-$version-gnueabihf.patch \ + $name-$version-prelink.patch \ hosts resolv.conf nsswitch.conf host.conf ld.so.conf) build() { # install build kernel headers - cd linux-2.6.35 + cd linux-2.6.35.6 make mrproper make ARCH=arm headers_check make ARCH=arm INSTALL_HDR_PATH=$PKG/usr headers_install cd $SRC - mv $name-ports-2.12.1 $name-$version/ports + mv $name-ports-$version $name-$version/ports pushd $name-$version + patch -p1 -i $SRC/$name-$version-gnueabihf.patch + patch -p1 -i $SRC/$name-$version-prelink.patch patch -p1 -i $SRC/$name-$version-cross_hacks-2.patch patch -R -p1 -i $SRC/Optimize-__getpagesize-a-bit.patch patch -p1 -i $SRC/$name-ignore_origin.patch