forked from mirrors/nixpkgs
* Do the generic sed thing for Glibc.
* Remove debug stuff from ld-wrapper. svn path=/nixpkgs/trunk/; revision=2261
This commit is contained in:
parent
350268458c
commit
ecd2596677
|
@ -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[@]}
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue