diff options
author | Daniel Sabogal <dsabogalcc@gmail.com> | 2018-02-03 10:03:56 -0500 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2018-02-05 19:36:21 +0000 |
commit | f1a0dd6c946071ef55ded5acb7d54d758fabc3ca (patch) | |
tree | 625a7f76d0ac060b12dcce709921d1c89603a79c /scripts/bootstrap.sh | |
parent | ef1621d7d3d32f8104b8b97276bf4832a4a6c35b (diff) | |
download | aports-f1a0dd6c946071ef55ded5acb7d54d758fabc3ca.tar.bz2 aports-f1a0dd6c946071ef55ded5acb7d54d758fabc3ca.tar.xz |
scripts/bootstrap.sh: cryptsetup depends on json-c and argon2
Diffstat (limited to 'scripts/bootstrap.sh')
-rwxr-xr-x | scripts/bootstrap.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index 0b6addd984..c26c1dcb75 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -102,7 +102,8 @@ for PKG in fortify-headers linux-headers musl libc-dev pkgconf zlib \ openrc alpine-conf alpine-baselayout alpine-keys alpine-base build-base \ attr libcap patch sudo acl fakeroot tar \ pax-utils abuild openssh \ - ncurses libcap-ng util-linux lvm2 popt xz cryptsetup kmod lddtree mkinitfs \ + ncurses libcap-ng util-linux lvm2 popt xz \ + json-c argon2 cryptsetup kmod lddtree mkinitfs \ community/go libffi community/ghc \ $KERNEL_PKG ; do |