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"
|
||||
checksum=c679b285e633c819d637bdafaeacc1bec13f37da5b3357c7e17d97a71bf28cb1
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
ppc64*) ;;
|
||||
armv6*|ppc*) makedepends+=" libatomic-devel" ;;
|
||||
esac
|
||||
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue