mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
* 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"
|
. "$NIX_LD_WRAPPER_EXEC_HOOK"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "ld command: " @ld@ ${extraBefore[@]} "${params[@]}" ${extra[@]}
|
|
||||||
exec @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;
|
url = http://losser.st-lab.cs.uu.nl/~armijn/.nix/glibc-2.3.3-static-2.tar.gz;
|
||||||
pkgname = "glibc";
|
pkgname = "glibc";
|
||||||
patchelf = ./patchelf-static/bin/patchelf;
|
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];
|
addToPath = [coreutils findutils gnused];
|
||||||
extra = linuxHeaders;
|
extra = linuxHeaders;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user