CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
util-linux: updated to 2.35.2
[ports/core-arm.git] / glibc / Pkgfile
index 117d754cbb56c0f2650f7b1751ba1ce6bd3a1977..5d825cfe65c756e2442f2b2c2a978d2db527b59b 100644 (file)
@@ -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