diff options
author | Timo Teräs <timo.teras@iki.fi> | 2019-10-01 10:19:46 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2019-10-01 10:22:33 +0300 |
commit | e6b7d47e7a19d968e9fee0faa43a74fd2ceba7c7 (patch) | |
tree | 613cf637fa1f29131d10f57d0d60976ca5299983 /scripts | |
parent | c7215c6d6f83e6d35e8d2c42ce2610943e511868 (diff) | |
download | aports-e6b7d47e7a19d968e9fee0faa43a74fd2ceba7c7.tar.bz2 aports-e6b7d47e7a19d968e9fee0faa43a74fd2ceba7c7.tar.xz |
scripts/bootstrap.sh: fix openssh bootstrap
Since commit 5bd58072 it requires libedit, so include that in
bootstrap reorder ncurses before it.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/bootstrap.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index 6a23e98cfc..85fe406a75 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 |