diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-11-20 18:09:40 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-11-20 18:09:40 +0100 |
commit | 1e6a68f4cf6ca9e5b50c06d91a90bede8dfe2c52 (patch) | |
tree | 37af94e6f9adcd511199caef38b1bcd865cdd32c | |
parent | b58aeea7f16cd5abd76c987755f8e4e66c356405 (diff) | |
download | nutyx-pakxe-1e6a68f4cf6ca9e5b50c06d91a90bede8dfe2c52.tar.gz nutyx-pakxe-1e6a68f4cf6ca9e5b50c06d91a90bede8dfe2c52.tar.bz2 nutyx-pakxe-1e6a68f4cf6ca9e5b50c06d91a90bede8dfe2c52.tar.xz nutyx-pakxe-1e6a68f4cf6ca9e5b50c06d91a90bede8dfe2c52.zip |
glibc, correction Pkgfile
-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/ |