* 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

View File

@@ -1,6 +1,5 @@
# glibc cannot have itself in its rpath.
# Glibc cannot have itself in its RPATH.
export NIX_NO_SELF_RPATH=1
export NIX_DONT_SET_RPATH=1
source $stdenv/setup
@@ -41,6 +40,8 @@ postConfigure() {
# test binaries.
export NIX_CFLAGS_LINK=
export NIX_LDFLAGS_BEFORE=
export NIX_DONT_SET_RPATH=1
}