mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
community/sysbench: without gcc arch and with system lua
This commit is contained in:
parent
8f818f1f40
commit
a4e4a91dfa
@ -2,13 +2,13 @@
|
||||
# Maintainer: Dennis Krupenik <dennis@krupenik.com>
|
||||
pkgname=sysbench
|
||||
pkgver=1.0.20
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Scriptable database and system performance benchmark"
|
||||
url="https://github.com/akopytov/sysbench"
|
||||
arch="x86 x86_64 aarch64" # Fails to compile on other arches
|
||||
license="GPL-2.0"
|
||||
depends_dev="libaio-dev mariadb-dev"
|
||||
makedepends="$depends_dev autoconf automake bash libtool python3"
|
||||
makedepends="$depends_dev autoconf automake bash libtool luajit-dev python3"
|
||||
subpackages="$pkgname-dev $pkgname-doc"
|
||||
source="https://github.com/akopytov/sysbench/archive/$pkgver/sysbench-$pkgver.tar.gz
|
||||
python3-test.patch"
|
||||
@ -25,7 +25,9 @@ build() {
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--mandir=/usr/share/man \
|
||||
--localstatedir=/var
|
||||
--localstatedir=/var \
|
||||
--without-gcc-arch \
|
||||
--with-system-luajit
|
||||
make
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user