diff options
author | Ariadne Conill <ariadne@dereferenced.org> | 2020-10-31 14:22:15 +0000 |
---|---|---|
committer | Ariadne Conill <ariadne@dereferenced.org> | 2020-10-31 14:22:15 +0000 |
commit | 761be1f5326e65fd71add65a63cfd4efe81648d3 (patch) | |
tree | 224f94244fa80bcfb0f155babde9bf86fa0fb4ae /scripts | |
parent | d8a51893723d2c17681c2c9fc457780197421d06 (diff) | |
download | aports-761be1f5326e65fd71add65a63cfd4efe81648d3.zip |
bootstrap: add libucontext to bootstrap deps
Diffstat (limited to 'scripts')
-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 14e6b23ebf7..05d43f9f978 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -98,7 +98,7 @@ EXTRADEPENDS_TARGET="libgcc libstdc++ musl-dev" for PKG in fortify-headers linux-headers musl libc-dev pkgconf zlib \ openssl ca-certificates libbsd libtls-standalone busybox busybox-initscripts binutils make \ apk-tools file \ - gmp mpfr4 mpc1 isl cloog gcc \ + gmp mpfr4 mpc1 isl cloog libucontext gcc \ openrc alpine-conf alpine-baselayout alpine-keys alpine-base patch build-base \ attr libcap sudo acl fakeroot tar \ pax-utils lzip abuild ncurses libedit openssh \ |