diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-10-22 22:01:41 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-10-22 22:01:41 +0200 |
commit | 0f53225f529b628f32856af3f6e93ddbf21c6617 (patch) | |
tree | 45f20a28aacce97d19cdaa702a22222621111689 /base/glibc/Pkgfile | |
parent | fd0e6e477c01c15c30331577d757109578d3196a (diff) | |
download | nutyx-pakxe-0f53225f529b628f32856af3f6e93ddbf21c6617.tar.gz nutyx-pakxe-0f53225f529b628f32856af3f6e93ddbf21c6617.tar.bz2 nutyx-pakxe-0f53225f529b628f32856af3f6e93ddbf21c6617.tar.xz nutyx-pakxe-0f53225f529b628f32856af3f6e93ddbf21c6617.zip |
glibc, port nettoyé
Diffstat (limited to 'base/glibc/Pkgfile')
-rwxr-xr-x | base/glibc/Pkgfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/base/glibc/Pkgfile b/base/glibc/Pkgfile index 906a0fc56..4de3c040b 100755 --- a/base/glibc/Pkgfile +++ b/base/glibc/Pkgfile @@ -8,10 +8,10 @@ version=2.11.2 release=1 kernelversion=2.6.34 source=( http://ftp.gnu.org/gnu/glibc/$name-$version.tar.bz2 \ - gcc-4.5.0-glibc-01.patch + http://nutyx.meticul.eu/files/patchs/$name/gcc-4.5.0-glibc-01.patch \ http://www.linuxfromscratch.org/patches/lfs/development/glibc-2.11.2-gcc_fix-1.patch \ - http://www.kernel.org/pub/linux/kernel/v2.6/linux-${kernelversion}.tar.bz2 - nsswitch.conf ld.so.conf SUPPORTED) + http://www.kernel.org/pub/linux/kernel/v2.6/linux-${kernelversion}.tar.bz2 \ + http://nutyx.meticul.eu/files/patchs/$name/{nsswitch.conf,ld.so.conf,SUPPORTED}) build() { |