X-Git-Url: http://gitweb/?a=blobdiff_plain;f=glibc%2FPkgfile;h=436c27855f88f4dc1c72bc9d7affc889f006a080;hb=ab26773377548cb2066086c0ea0b2ba53b183947;hp=f698f1588258131fb731adc3b702267fd5eda3f2;hpb=736f12d76ec2b488c2dd5e042117536c27fc411f;p=ports%2Fcore-arm.git diff --git a/glibc/Pkgfile b/glibc/Pkgfile index f698f15..436c278 100644 --- a/glibc/Pkgfile +++ b/glibc/Pkgfile @@ -5,29 +5,20 @@ # Depends on: name=glibc -version=2.16.0 +version=2.19 release=2 source=(http://ftp.gnu.org/gnu/glibc/glibc-$version.tar.xz \ - ftp://ftp.kernel.org/pub/linux/kernel/v3.x/linux-3.4.11.tar.bz2 \ - http://ftp.gnu.org/gnu/$name/$name-ports-$version.tar.bz2 \ - hosts resolv.conf nsswitch.conf host.conf ld.so.conf \ - $name-resolv_assert.patch \ - $name-strtod_integer_overflow.patch) + 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 kernel headers - cd linux-3.4.11 + 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-resolv_assert.patch - patch -p1 -i $SRC/$name-strtod_integer_overflow.patch - popd mkdir $SRC/build cd $SRC/build