mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
sysbench: fix armv6 and ppc32
This commit is contained in:
parent
6ee1f9ab0f
commit
978ae00467
1 changed files with 6 additions and 0 deletions
|
@ -18,6 +18,12 @@ homepage="https://github.com/akopytov/sysbench"
|
||||||
distfiles="https://github.com/akopytov/sysbench/archive/${version}.tar.gz"
|
distfiles="https://github.com/akopytov/sysbench/archive/${version}.tar.gz"
|
||||||
checksum=c679b285e633c819d637bdafaeacc1bec13f37da5b3357c7e17d97a71bf28cb1
|
checksum=c679b285e633c819d637bdafaeacc1bec13f37da5b3357c7e17d97a71bf28cb1
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
ppc64*) ;;
|
||||||
|
armv6*|ppc*) makedepends+=" libatomic-devel" ;;
|
||||||
|
esac
|
||||||
|
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue