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:
parent
a0e3ae1279
commit
9b82f3b654
2 changed files with 8 additions and 6 deletions
|
@ -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"
|
||||
|
@ -21,10 +23,10 @@ build() {
|
|||
package() {
|
||||
cd $builddir
|
||||
make prefix="$pkgdir/usr" \
|
||||
sysconfdir="$pkgdir/etc" \
|
||||
mandir="$pkgdir/usr/share/man" \
|
||||
infodir="$pkgdir/usr/share/info" \
|
||||
install
|
||||
sysconfdir="$pkgdir/etc" \
|
||||
mandir="$pkgdir/usr/share/man" \
|
||||
infodir="$pkgdir/usr/share/info" \
|
||||
install
|
||||
}
|
||||
|
||||
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 \
|
|||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue