CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
glibc: added stubs-soft.h link
authorVictor Martinez <pitillo@ono.com>
Wed, 2 Dec 2015 08:29:06 +0000 (08:29 +0000)
committerVictor Martinez <pitillo@ono.com>
Wed, 2 Dec 2015 08:29:06 +0000 (08:29 +0000)
glibc/.footprint
glibc/Pkgfile

index f4bcb16d9f4b3f8c3c28835c45b96a7f7faf7285..4fbd77c8a0e3c445a3c267f9d750fbb05162ae86 100644 (file)
@@ -342,6 +342,7 @@ drwxr-xr-x  root/root       usr/include/gnu/
 -rw-r--r--     root/root       usr/include/gnu/lib-names.h
 -rw-r--r--     root/root       usr/include/gnu/libc-version.h
 -rw-r--r--     root/root       usr/include/gnu/stubs-hard.h
+lrwxrwxrwx     root/root       usr/include/gnu/stubs-soft.h -> stubs-hard.h
 -rw-r--r--     root/root       usr/include/gnu/stubs.h
 -rw-r--r--     root/root       usr/include/grp.h
 -rw-r--r--     root/root       usr/include/gshadow.h
index 70f05e37b2a7436e7f7a59070e0aa0fe5d1986d6..b95ecb66d67f2e6e4d02667b79e9636609cc8fd0 100644 (file)
@@ -45,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} \