mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
testing/mm: possibly fix build on aarch64
This commit is contained in:
parent
8c02901a2f
commit
237791bc4e
@ -1,3 +1,4 @@
|
||||
# Contributor: William Pitcock <nenolod@dereferenced.org>
|
||||
# Contributor: Valery Kartel <valery.kartel@gmail.com>
|
||||
# Maintainer: Valery Kartel <valery.kartel@gmail.com>
|
||||
pkgname=mm
|
||||
@ -10,7 +11,7 @@ license="custom"
|
||||
depends=
|
||||
makedepends=
|
||||
subpackages="$pkgname-dev $pkgname-doc"
|
||||
source="ftp://ftp.ossp.org/pkg/lib/$pkgname/$pkgname-$pkgver.tar.gz"
|
||||
source="ftp://ftp.ntua.gr/pub/utils/ossp/lib/$pkgname/$pkgname-$pkgver.tar.gz"
|
||||
builddir="$srcdir/$pkgname-$pkgver"
|
||||
|
||||
prepare() {
|
||||
@ -23,6 +24,7 @@ build() {
|
||||
./configure \
|
||||
--build=$CBUILD \
|
||||
--host=$CHOST \
|
||||
--target=$CTARGET \
|
||||
--prefix=/usr || return 1
|
||||
make || return 1
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user