X-Git-Url: http://gitweb/?a=blobdiff_plain;ds=sidebyside;f=glibc%2FPkgfile;h=5d825cfe65c756e2442f2b2c2a978d2db527b59b;hb=70de2376be42f50bd34d6b995daf43964d6b58cb;hp=a7da680a869c47ec5b6b042fa36c204c05bb96a9;hpb=0fede0ddab03cf234bbc59911c33475e47df7a80;p=ports%2Fcore-arm.git diff --git a/glibc/Pkgfile b/glibc/Pkgfile index a7da680..5d825cf 100644 --- a/glibc/Pkgfile +++ b/glibc/Pkgfile @@ -5,22 +5,22 @@ # Depends on: name=glibc -version=2.27 +version=2.28 release=2 source=(http://ftp.gnu.org/gnu/glibc/glibc-$version.tar.xz \ - http://www.kernel.org/pub/linux/kernel/v4.x/linux-4.14.14.tar.xz \ - $name-$version-$release.patch \ + http://www.kernel.org/pub/linux/kernel/v4.x/linux-4.19.24.tar.xz \ + $name-$version-1.patch \ hosts resolv.conf nsswitch.conf host.conf ld.so.conf) build() { # install kernel headers - cd linux-4.14.14 + cd linux-4.19.24 make mrproper make ARCH=arm headers_check make ARCH=arm INSTALL_HDR_PATH=$PKG/usr headers_install chown root:root $PKG/usr - patch -p1 -d $SRC/$name-${version:0:4} -i $SRC/$name-$version-$release.patch + patch -p1 -d $SRC/$name-${version:0:4} -i $SRC/$name-$version-1.patch mkdir $SRC/build cd $SRC/build @@ -28,7 +28,7 @@ build() { --build=arm-unknown-linux-gnueabihf \ --libexecdir=/usr/lib \ --with-headers=$PKG/usr/include \ - --enable-kernel=3.12 \ + --enable-kernel=3.2 \ --enable-add-ons \ --enable-static-nss \ --enable-stack-protector=strong \