diff options
author | Timo Teräs <timo.teras@iki.fi> | 2018-08-02 08:37:03 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2018-08-02 08:37:03 +0000 |
commit | 9b82f3b65486bfcdb5b23fbbf317c7da7abd07f5 (patch) | |
tree | 8b6f7a4d40acda742b97becbdea9d348afd2a8cd /scripts | |
parent | a0e3ae1279815d5ed5ce4c45f681463148219c60 (diff) | |
download | aports-9b82f3b65486bfcdb5b23fbbf317c7da7abd07f5.tar.bz2 aports-9b82f3b65486bfcdb5b23fbbf317c7da7abd07f5.tar.xz |
main/libaio, scripts/bootstrap.sh: cross build libaio as lvm dependency
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/bootstrap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index f0182e1e26..388f89d2c9 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -102,7 +102,7 @@ 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 lzip abuild openssh \ - ncurses libcap-ng util-linux lvm2 popt xz \ + ncurses libcap-ng util-linux libaio lvm2 popt xz \ json-c argon2 cryptsetup kmod lddtree mkinitfs \ community/go libffi community/ghc \ $KERNEL_PKG ; do |