CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
time: updated source
[crossrootfs.git] / glibc / Pkgfile
index b95ecb66d67f2e6e4d02667b79e9636609cc8fd0..fde34afe0f5d54a4706847cdbb7910b4b5c1b721 100644 (file)
@@ -5,18 +5,18 @@
 # Depends on:
 
 name=glibc
-version=2.22
-release=2
-source=(http://ftp.gnu.org/gnu/glibc/glibc-$version.tar.xz \
-        ftp://ftp.kernel.org/pub/linux/kernel/v4.x/linux-4.1.tar.xz \
+version=2.27
+release=1
+source=(http://ftpmirror.gnu.org/gnu/glibc/glibc-$version.tar.xz \
+        https://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 build kernel headers
-  cd linux-4.1
+  cd linux-4.14.14
   make mrproper
-  make ARCH=arm headers_check
-  make ARCH=arm INSTALL_HDR_PATH=$PKG/usr headers_install
+  make ARCH=arm64 headers_check
+  make ARCH=arm64 INSTALL_HDR_PATH=$PKG/usr headers_install
 
   cd $SRC
 
@@ -38,7 +38,8 @@ EOF
                               --disable-profile \
                               --without-gd \
                               --with-__thread \
-                              --enable-obsolete-rpc
+                              --enable-obsolete-rpc \
+                              --enable-obsolete-nsl
 
   make CC="$CC" CFLAGS="$CFLAGS"
   make install_root=$PKG install