summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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