* Do the generic sed thing for Glibc.

* Remove debug stuff from ld-wrapper.

svn path=/nixpkgs/trunk/; revision=2261
This commit is contained in:
Eelco Dolstra 2005-02-21 17:57:53 +00:00
parent 350268458c
commit ecd2596677
2 changed files with 1 additions and 2 deletions

View file

@ -142,5 +142,4 @@ if test -n "$NIX_LD_WRAPPER_EXEC_HOOK"; then
. "$NIX_LD_WRAPPER_EXEC_HOOK"
fi
echo "ld command: " @ld@ ${extraBefore[@]} "${params[@]}" ${extra[@]}
exec @ld@ ${extraBefore[@]} "${params[@]}" ${extra[@]}

View file

@ -94,7 +94,7 @@ rec {
url = http://losser.st-lab.cs.uu.nl/~armijn/.nix/glibc-2.3.3-static-2.tar.gz;
pkgname = "glibc";
patchelf = ./patchelf-static/bin/patchelf;
postProcess = [./scripts/add-symlink.sh /* ./scripts/fix-outpath.sh */];
postProcess = [./scripts/add-symlink.sh ./scripts/fix-outpath.sh];
addToPath = [coreutils findutils gnused];
extra = linuxHeaders;
};