diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2002-09-08 17:58:06 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2002-09-08 17:58:06 +0000 |
commit | 1f3f73aa6eb4bf68c95400fe1b2a6a4ccf554f60 (patch) | |
tree | fbb820f8669cfea99f7beaab9dc0c74dffe03349 /scripts | |
parent | fix evms (diff) | |
download | historical-1f3f73aa6eb4bf68c95400fe1b2a6a4ccf554f60.tar.gz historical-1f3f73aa6eb4bf68c95400fe1b2a6a4ccf554f60.tar.bz2 historical-1f3f73aa6eb4bf68c95400fe1b2a6a4ccf554f60.zip |
fix bug #7652
Diffstat (limited to 'scripts')
-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 |