From e6b7d47e7a19d968e9fee0faa43a74fd2ceba7c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20Ter=C3=A4s?= <timo.teras@iki.fi> Date: Tue, 1 Oct 2019 10:19:46 +0300 Subject: [PATCH] scripts/bootstrap.sh: fix openssh bootstrap Since commit 5bd58072 it requires libedit, so include that in bootstrap reorder ncurses before it. --- scripts/bootstrap.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index 6a23e98cfc2e..85fe406a755d 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -101,8 +101,8 @@ for PKG in fortify-headers linux-headers musl libc-dev pkgconf zlib \ gmp mpfr3 mpc1 isl cloog gcc \ openrc alpine-conf alpine-baselayout alpine-keys alpine-base build-base \ attr libcap patch sudo acl fakeroot tar \ - pax-utils lzip abuild openssh \ - ncurses libcap-ng util-linux libaio lvm2 popt xz \ + 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 \ $KERNEL_PKG ; do -- GitLab