summaryrefslogtreecommitdiffstats
path: root/base/glibc/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'base/glibc/Pkgfile')
-rwxr-xr-xbase/glibc/Pkgfile11
1 files changed, 5 insertions, 6 deletions
diff --git a/base/glibc/Pkgfile b/base/glibc/Pkgfile
index 1d61264b4..edaf1581d 100755
--- a/base/glibc/Pkgfile
+++ b/base/glibc/Pkgfile
@@ -2,14 +2,13 @@
# URL: http://www.gnu.org/software/libc/
# Maintainer: NuTyX core team
# Packager:thierryn1 at hispeed dot ch
-# Depends on:
name=glibc
-version=2.10.1
-release=2
-kernelversion=2.6.30.1
+version=2.11.1
+release=1
+kernelversion=2.6.33.2
source=( http://ftp.gnu.org/gnu/glibc/$name-$version.tar.bz2 \
- http://ftp.gnu.org/gnu/glibc/glibc-libidn-$version.tar.bz2
+ gcc-4.5.0-glibc-01.patch \
http://www.kernel.org/pub/linux/kernel/v2.6/linux-${kernelversion}.tar.bz2
nsswitch.conf ld.so.conf SUPPORTED)
@@ -25,7 +24,7 @@ build() {
cd ..
# install glibc
cd $name-$version
- mv ../glibc-libidn-2.10.1 libidn
+ patch -Np1 -i ../gcc-4.5.0-glibc-01.patch
DL=$(readelf -l /bin/sh | sed -n 's@.*interpret.*/tools\(.*\)]$@\1@p')
sed -i "s|libs -o|libs -L/usr/lib -Wl,-dynamic-linker=$DL -o|" \
scripts/test-installation.pl