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:
parent
c7215c6d6f
commit
e6b7d47e7a
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue