diff options
author | Timo Teräs <timo.teras@iki.fi> | 2018-02-06 18:44:11 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2018-02-06 18:44:13 +0000 |
commit | f4f7e6c25c901d7b5424a71918115b3b0c112e15 (patch) | |
tree | 31cb8055d2cf243527d0f228f23acfe470dfb1a1 /scripts/bootstrap.sh | |
parent | 02128a4eb671187690144cfc0019139474bbbcdf (diff) | |
download | aports-f4f7e6c25c901d7b5424a71918115b3b0c112e15.tar.bz2 aports-f4f7e6c25c901d7b5424a71918115b3b0c112e15.tar.xz |
scripts/bootstrap: update bootstrap deps
apk-tools no longer depends on libfetch
build-base now depends on file
Diffstat (limited to 'scripts/bootstrap.sh')
-rwxr-xr-x | scripts/bootstrap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index c26c1dcb75..1614463e7b 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -97,7 +97,7 @@ 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 libfetch apk-tools \ + libressl 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 \ |