CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
openssl: adapted to 64b
[crossrootfs.git] / glibc / Pkgfile
index 8f41e63e757dba081a028f7ebd7ba2db697257b1..1771aee2c5fa755f3d445a7d5ef8ed6135542b8b 100644 (file)
@@ -5,18 +5,18 @@
 # Depends on:
 
 name=glibc
-version=2.19
+version=2.22
 release=2
 source=(http://ftp.gnu.org/gnu/glibc/glibc-$version.tar.xz \
-        ftp://ftp.kernel.org/pub/linux/kernel/v3.0/linux-3.12.tar.xz \
+        http://ftp.kernel.org/pub/linux/kernel/v4.x/linux-4.1.tar.xz \
         hosts resolv.conf nsswitch.conf host.conf ld.so.conf)
 
 build() {
   # install build kernel headers
-  cd linux-3.12
+  cd linux-4.1
   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
 
@@ -25,8 +25,6 @@ build() {
 
   cat > config.cache << EOF
 libc_cv_forced_unwind=yes
-libc_cv_ctors_header=yes
-libc_cv_c_cleanup=yes
 EOF
 
   ../$name-$version/configure --build=$CHOST \
@@ -47,6 +45,7 @@ EOF
 
   cp $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
   mkdir -p $PKG/etc/ld.so.conf.d $PKG/usr/lib/locale
 
   rm -rf $PKG/usr/share/{info,locale} \