From 761be1f5326e65fd71add65a63cfd4efe81648d3 Mon Sep 17 00:00:00 2001 From: Ariadne Conill <ariadne@dereferenced.org> Date: Sat, 31 Oct 2020 14:22:15 +0000 Subject: [PATCH] bootstrap: add libucontext to bootstrap deps --- scripts/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index 14e6b23ebf75..05d43f9f978c 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 \ -- GitLab