sysbench: fix armv6 and ppc32

This commit is contained in:
Duncaen 2019-11-25 20:55:50 +01:00
parent 6ee1f9ab0f
commit 978ae00467
No known key found for this signature in database
GPG key ID: 335C1D17EC3D6E35

View file

@ -18,6 +18,12 @@ homepage="https://github.com/akopytov/sysbench"
distfiles="https://github.com/akopytov/sysbench/archive/${version}.tar.gz"
checksum=c679b285e633c819d637bdafaeacc1bec13f37da5b3357c7e17d97a71bf28cb1
case "$XBPS_TARGET_MACHINE" in
ppc64*) ;;
armv6*|ppc*) makedepends+=" libatomic-devel" ;;
esac
pre_configure() {
autoreconf -fi
}