* New bootstrap binaries (from r16022 in the trunk). Don't set

LD_LIBRARY_PATH since it breaks /bin/sh on non-NixOS platforms (and
  reverted the previous "fix" in r15470).

svn path=/nixpkgs/branches/stdenv-updates/; revision=16029
This commit is contained in:
Eelco Dolstra
2009-06-22 19:49:42 +00:00
parent 01c63dfd3e
commit a830968c53
11 changed files with 9 additions and 23 deletions
-2
View File
@@ -77,8 +77,6 @@ rec {
param1 = bootstrapTools;
preHook = builtins.toFile "prehook.sh"
''
# Put libpthread.so in LD_LIBRARY_PATH; some libraries need it.
export LD_LIBRARY_PATH=$param1/lib2
# Don't patch #!/interpreter because it leads to retained
# dependencies on the bootstrapTools in the final stdenv.
dontPatchShebangs=1