CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
kbd: updated to 2.5.0
[ports/core-arm64.git] / glibc / Pkgfile
index 9e9ea9db8472ddc38c37451a5ad987c081daa7cd..49a00bdb1b73f4c4594f517e1fd1e8580d1f3159 100644 (file)
@@ -5,22 +5,22 @@
 # Depends on:
 
 name=glibc
-version=2.27
-release=3
+version=2.32
+release=4
 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 \
-        glibc-$version-$release.patch \
+        http://www.kernel.org/pub/linux/kernel/v4.x/linux-4.19.24.tar.xz \
+        glibc-$version-4.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=arm64 headers_check
   make ARCH=arm64 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-4.patch
 
   mkdir $SRC/build
   cd $SRC/build
@@ -46,10 +46,6 @@ build() {
 
   install -m 0644 $SRC/{hosts,resolv.conf,nsswitch.conf,host.conf,ld.so.conf} $PKG/etc
 
-  # install needed headers
-  install -d $PKG/usr/include/rpcsvc
-  install -m 0644 $SRC/$name-${version:0:4}/nis/rpcsvc/yp* $PKG/usr/include/rpcsvc
-
   ln -sf ../usr/share/zoneinfo/UTC $PKG/etc/localtime
   ln -s stubs-hard.h $PKG/usr/include/gnu/stubs-soft.h
   install -d $PKG/etc/ld.so.conf.d $PKG/usr/lib/locale