summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Robbins <drobbins@gentoo.org>2001-12-23 15:33:12 +0000
committerDaniel Robbins <drobbins@gentoo.org>2001-12-23 15:33:12 +0000
commit6d225e83edbd1b242f642ef27d9d7226dde3b2a2 (patch)
tree56891b2b74c6cafe1891186422fa2fb8ac67b997 /scripts
parenteclasses v4.9. Implemented full support for multi-qt/kdelibs version selectio... (diff)
downloadhistorical-6d225e83edbd1b242f642ef27d9d7226dde3b2a2.tar.gz
historical-6d225e83edbd1b242f642ef27d9d7226dde3b2a2.tar.bz2
historical-6d225e83edbd1b242f642ef27d9d7226dde3b2a2.zip
fix the bootstrap problem where baselayout needs libcrypt.a
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/bootstrap.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh
index ea9775adbb53..9427fa5e0d8a 100755
--- a/scripts/bootstrap.sh
+++ b/scripts/bootstrap.sh
@@ -40,6 +40,6 @@ emerge $myBASELAYOUT $myBINUTILS $myGCC $myGETTEXT || cleanup 1
#make.conf has been overwritten, so we explicitly export our original settings
export USE="$ORIGUSE"
# This line should no longer be required
-emerge $myGLIBC $myGETTEXT $myBINUTILS $myGCC || cleanup 1
+emerge $myBASELAYOUT $myGLIBC $myGETTEXT $myBINUTILS $myGCC || cleanup 1
#restore original make.conf
cleanup 0