diff options
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() { |