summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xstage18
1 files changed, 5 insertions, 3 deletions
diff --git a/stage1 b/stage1
index 71b98b1..e4221a8 100755
--- a/stage1
+++ b/stage1
@@ -388,10 +388,10 @@ case "$1" in
go grep
go distcc
go ccache
-# only run this far, for now
- exit 0
go stage2
+# only run this far, for now
+ exit 0
go stage3
;;
@@ -910,7 +910,9 @@ EOF
ax_cv_have_tls=yes
scanf_cv_alloc_modifier=yes
EOF
- $SRC/${1}-*/configure $TCONFIGARGS --without-ncurses --disable-wall --cache-file=config.cache
+ $SRC/${1}-*/configure $TCONFIGARGS --without-ncurses \
+ --prefix=/usr --libexecdir=/usr/lib --libdir=/usr/lib \
+ --disable-wall --cache-file=config.cache
notparallel
make $J V=1
make $J install DESTDIR=${ROOTFS}