CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
ports: updated rsync files
[ports/core-arm.git] / glibc / Pkgfile
index beda9e19ad70d23b02f6a69ee15f6e48c57b92fa..9c79eab54b918270897b3ae9a105b86b1261a663 100644 (file)
@@ -5,22 +5,19 @@
 # Depends on:
 
 name=glibc
-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.1.13.tar.xz \
-        hosts resolv.conf nsswitch.conf host.conf ld.so.conf \
-        glibc-2.24-10.patch)
+version=2.27
+release=1
+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 \
+        hosts resolv.conf nsswitch.conf host.conf ld.so.conf)
 
 build() {
   # install kernel headers
-  cd linux-4.1.13
+  cd linux-4.14.14
   make mrproper
   make ARCH=arm headers_check
   make ARCH=arm INSTALL_HDR_PATH=$PKG/usr headers_install
 
-  patch -p1 -d $SRC/$name-${version:0:4} -i $SRC/glibc-2.24-10.patch
-
   mkdir $SRC/build
   cd $SRC/build
   ../$name-${version:0:4}/configure --prefix=/usr \
@@ -33,7 +30,8 @@ build() {
                               --disable-profile \
                               --disable-werror \
                               --without-gd \
-                              --enable-obsolete-rpc
+                              --enable-obsolete-rpc \
+                              --enable-obsolete-nsl
 
   make
   #make check
@@ -45,7 +43,7 @@ build() {
   install -m 0644 $SRC/{hosts,resolv.conf,nsswitch.conf,host.conf,ld.so.conf} $PKG/etc
 
   ln -sf ../usr/share/zoneinfo/UTC $PKG/etc/localtime
-       ln -s stubs-hard.h $PKG/usr/include/gnu/stubs-soft.h
+  ln -s stubs-hard.h $PKG/usr/include/gnu/stubs-soft.h
   install -d $PKG/etc/ld.so.conf.d $PKG/usr/lib/locale
   touch $PKG/etc/ld.so.cache