summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2002-09-08 17:58:06 +0000
committerMartin Schlemmer <azarah@gentoo.org>2002-09-08 17:58:06 +0000
commit1f3f73aa6eb4bf68c95400fe1b2a6a4ccf554f60 (patch)
treefbb820f8669cfea99f7beaab9dc0c74dffe03349 /scripts
parentfix evms (diff)
downloadhistorical-1f3f73aa6eb4bf68c95400fe1b2a6a4ccf554f60.tar.gz
historical-1f3f73aa6eb4bf68c95400fe1b2a6a4ccf554f60.tar.bz2
historical-1f3f73aa6eb4bf68c95400fe1b2a6a4ccf554f60.zip
fix bug #7652
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/bootstrap.sh3
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