1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-24 19:55:26 +03:00

scripts/bootstrap.sh: fix openssh bootstrap

Since commit 5bd58072 it requires libedit, so include that in
bootstrap reorder ncurses before it.
This commit is contained in:
Timo Teräs 2019-10-01 10:19:46 +03:00
parent c7215c6d6f
commit e6b7d47e7a

View file

@ -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