Skip to content
Snippets Groups Projects
Commit 9b82f3b6 authored by Timo Teräs's avatar Timo Teräs
Browse files

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

parent a0e3ae12
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,9 @@ arch="all" ...@@ -9,7 +9,9 @@ arch="all"
license="LGPL-2.1-or-later" license="LGPL-2.1-or-later"
options="!check" # No test suite. options="!check" # No test suite.
depends= depends=
makedepends="linux-headers" makedepends_build=""
makedepends_host="linux-headers"
makedepends="$makedepends_build $makedepends_host"
install= install=
subpackages="$pkgname-dev" subpackages="$pkgname-dev"
source="http://ftp.debian.org/debian/pool/main/liba/$pkgname/${pkgname}_${pkgver}.orig.tar.gz" source="http://ftp.debian.org/debian/pool/main/liba/$pkgname/${pkgname}_${pkgver}.orig.tar.gz"
...@@ -21,10 +23,10 @@ build() { ...@@ -21,10 +23,10 @@ build() {
package() { package() {
cd $builddir cd $builddir
make prefix="$pkgdir/usr" \ make prefix="$pkgdir/usr" \
sysconfdir="$pkgdir/etc" \ sysconfdir="$pkgdir/etc" \
mandir="$pkgdir/usr/share/man" \ mandir="$pkgdir/usr/share/man" \
infodir="$pkgdir/usr/share/info" \ infodir="$pkgdir/usr/share/info" \
install install
} }
sha512sums="440f2b62f99ca2e72ffc8c2c04b4779a1a7cf24a8ba2a30b34d18b4ee77630a2078610fe8c435559f81a5c3bfa93049bd53d77464a0da8267833fbde3f40ceeb libaio_0.3.111.orig.tar.gz" sha512sums="440f2b62f99ca2e72ffc8c2c04b4779a1a7cf24a8ba2a30b34d18b4ee77630a2078610fe8c435559f81a5c3bfa93049bd53d77464a0da8267833fbde3f40ceeb libaio_0.3.111.orig.tar.gz"
...@@ -102,7 +102,7 @@ for PKG in fortify-headers linux-headers musl libc-dev pkgconf zlib \ ...@@ -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 \ openrc alpine-conf alpine-baselayout alpine-keys alpine-base build-base \
attr libcap patch sudo acl fakeroot tar \ attr libcap patch sudo acl fakeroot tar \
pax-utils lzip abuild openssh \ 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 \ json-c argon2 cryptsetup kmod lddtree mkinitfs \
community/go libffi community/ghc \ community/go libffi community/ghc \
$KERNEL_PKG ; do $KERNEL_PKG ; do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment