aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2018-08-02 08:18:55 +0000
committerTimo Teräs <timo.teras@iki.fi>2018-08-02 08:18:55 +0000
commita0e3ae1279815d5ed5ce4c45f681463148219c60 (patch)
treefa47abd8543e6c42eff172135fc297cf23ccd8af /scripts
parent16354c44b431a0c9861ad169a78490e6df3f283a (diff)
main/busybox, scripts/bootstrap: fix bootstrap
busybox now requires ssl on the target host. Fix busybox dependency and adjust bootstrap build order accordingly.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/bootstrap.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh
index 1f429852008..f0182e1e26b 100755
--- a/scripts/bootstrap.sh
+++ b/scripts/bootstrap.sh
@@ -96,8 +96,8 @@ apk info --quiet --installed --root "$CBUILDROOT" libgcc libstdc++ musl-dev || \
# ordered cross-build
for PKG in fortify-headers linux-headers musl libc-dev pkgconf zlib \
- busybox busybox-initscripts binutils make \
- libressl apk-tools file \
+ libressl busybox busybox-initscripts binutils make \
+ apk-tools file \
gmp mpfr3 mpc1 isl cloog gcc \
openrc alpine-conf alpine-baselayout alpine-keys alpine-base build-base \
attr libcap patch sudo acl fakeroot tar \