X-Git-Url: http://gitweb/?a=blobdiff_plain;f=glibc%2FPkgfile;h=f3a069a4d28243e73d4c27863d53cd3c8ce85209;hb=8803581bae01296e16b0c6a87deb70af0b913a7a;hp=0a0ef97a2ef6f69fa8f1ec195d71b50cb82ada0b;hpb=0d4730959a4b6607fdbd91d6817b5dd2727280cd;p=ports%2Fcore-arm.git diff --git a/glibc/Pkgfile b/glibc/Pkgfile index 0a0ef97..f3a069a 100644 --- a/glibc/Pkgfile +++ b/glibc/Pkgfile @@ -5,28 +5,25 @@ # Depends on: name=glibc -version=2.22 -release=2 -source=(http://ftp.gnu.org/gnu/glibc/glibc-$version.tar.xz \ - http://ftp.kernel.org/pub/linux/kernel/v4.x/linux-4.1.13.tar.xz \ - CVE-2015-8779.patch CVE-2015-8778.patch CVE-2015-8777.patch CVE-2015-8776.patch \ - hosts resolv.conf nsswitch.conf host.conf ld.so.conf) +version=2.24 +release=10 +source=(http://ftpmirror.gnu.org/gnu/glibc/glibc-2.24.tar.xz \ + http://www.kernel.org/pub/linux/kernel/v4.x/linux-4.9.5.tar.xz \ + hosts resolv.conf nsswitch.conf host.conf ld.so.conf \ + glibc-2.24-10.patch) build() { # install kernel headers - cd linux-4.1.13 + cd linux-4.9.5 make mrproper make ARCH=arm headers_check make ARCH=arm INSTALL_HDR_PATH=$PKG/usr headers_install - patch -p1 -d $SRC/$name-$version -i $SRC/CVE-2015-8779.patch - patch -p1 -d $SRC/$name-$version -i $SRC/CVE-2015-8778.patch - patch -p1 -d $SRC/$name-$version -i $SRC/CVE-2015-8777.patch - patch -p1 -d $SRC/$name-$version -i $SRC/CVE-2015-8776.patch + patch -p1 -d $SRC/$name-${version:0:4} -i $SRC/glibc-2.24-10.patch mkdir $SRC/build cd $SRC/build - ../$name-$version/configure --prefix=/usr \ + ../$name-${version:0:4}/configure --prefix=/usr \ --build=arm-unknown-linux-gnueabihf \ --libexecdir=/usr/lib \ --with-headers=$PKG/usr/include \ @@ -39,6 +36,7 @@ build() { --enable-obsolete-rpc make + #make check make install_root=$PKG install install -m 0644 $SRC/$name-$version/nscd/nscd.conf $PKG/etc