From 632e6bf0c3e0825e73430c03d85a28a43a08c4ba Mon Sep 17 00:00:00 2001 From: Ariadne Conill <ariadne@dereferenced.org> Date: Sat, 31 Oct 2020 16:05:54 +0000 Subject: [PATCH] bootstrap: add curl (and reverse dependencies) --- scripts/bootstrap.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index 06dff354199a..ece98af80385 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -104,7 +104,8 @@ for PKG in fortify-headers linux-headers musl libc-dev pkgconf zlib \ pax-utils lzip abuild ncurses libedit openssh \ libcap-ng util-linux libaio lvm2 popt xz \ json-c argon2 cryptsetup kmod lddtree mkinitfs \ - community/go libffi community/ghc community/rust \ + community/go libffi community/ghc \ + brotli libev c-ares cunit nghttp2 curl community/rust \ $KERNEL_PKG ; do EXTRADEPENDS_TARGET="$EXTRADEPENDS_TARGET" \ -- GitLab