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
commit6546b4c1372a920e2669c6dbd30fe3736c072009 (patch)
treed91fcd0dc6728488767ddea18d821bd55af29738 /scripts/bootstrap.sh
parentfix evms (diff)
downloadgentoo-2-6546b4c1372a920e2669c6dbd30fe3736c072009.tar.gz
gentoo-2-6546b4c1372a920e2669c6dbd30fe3736c072009.tar.bz2
gentoo-2-6546b4c1372a920e2669c6dbd30fe3736c072009.zip
fix bug #7652
Diffstat (limited to 'scripts/bootstrap.sh')
-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