1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-26 04:35:39 +03:00

main/libaio, scripts/bootstrap.sh: cross build libaio as lvm dependency

This commit is contained in:
Timo Teräs 2018-08-02 08:37:03 +00:00
parent a0e3ae1279
commit 9b82f3b654
2 changed files with 8 additions and 6 deletions

View file

@ -9,7 +9,9 @@ arch="all"
license="LGPL-2.1-or-later"
options="!check" # No test suite.
depends=
makedepends="linux-headers"
makedepends_build=""
makedepends_host="linux-headers"
makedepends="$makedepends_build $makedepends_host"
install=
subpackages="$pkgname-dev"
source="http://ftp.debian.org/debian/pool/main/liba/$pkgname/${pkgname}_${pkgver}.orig.tar.gz"

View file

@ -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