aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2019-10-01 10:19:46 +0300
committerTimo Teräs <timo.teras@iki.fi>2019-10-01 10:22:33 +0300
commite6b7d47e7a19d968e9fee0faa43a74fd2ceba7c7 (patch)
tree613cf637fa1f29131d10f57d0d60976ca5299983 /scripts
parentc7215c6d6f83e6d35e8d2c42ce2610943e511868 (diff)
downloadaports-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-xscripts/bootstrap.sh4
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