diff options
Diffstat (limited to 'base')
-rwxr-xr-x | base/glibc/Pkgfile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/base/glibc/Pkgfile b/base/glibc/Pkgfile index 81463549f..188b0ea99 100755 --- a/base/glibc/Pkgfile +++ b/base/glibc/Pkgfile @@ -66,13 +66,6 @@ build() { # http://sources.redhat.com/git/?p=glibc.git;a=patch;h=15bac72b patch -Np1 -i $SRC/glibc-2.12.1-fix-IPTOS_CLASS-definition.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 - unset DL - sed -i 's|@BASH@|/bin/bash|' elf/ldd.bash.in mv ../SUPPORTED localedata/ |