diff options
author | 2002-09-08 17:58:06 +0000 | |
---|---|---|
committer | 2002-09-08 17:58:06 +0000 | |
commit | 6546b4c1372a920e2669c6dbd30fe3736c072009 (patch) | |
tree | d91fcd0dc6728488767ddea18d821bd55af29738 /scripts/bootstrap.sh | |
parent | fix evms (diff) | |
download | gentoo-2-6546b4c1372a920e2669c6dbd30fe3736c072009.tar.gz gentoo-2-6546b4c1372a920e2669c6dbd30fe3736c072009.tar.bz2 gentoo-2-6546b4c1372a920e2669c6dbd30fe3736c072009.zip |
fix bug #7652
Diffstat (limited to 'scripts/bootstrap.sh')
-rwxr-xr-x | scripts/bootstrap.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index b9e7ed618bb8..9229fbcd16fc 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -31,6 +31,9 @@ echo "Using $myGETTEXT" echo "Using $myGLIBC" echo "Using $myTEXINFO" +#This should not be set to get glibc to build properly. See bug #7652. +LD_LIBRARY_PATH="" + cleanup() { cp /etc/make.conf.build /etc/make.conf exit $1 |