fio: enable numa on ppc64*

This commit is contained in:
q66 2018-12-13 03:32:01 +01:00 committed by Helmut Pozimski
parent 7543e1a2c0
commit 3debb762c5

View file

@ -15,7 +15,7 @@ distfiles="https://github.com/axboe/${pkgname}/archive/${pkgname}-${version}.tar
checksum=c9fb079e24bb02413b106a80a20e43b2166ba8681e371a5fb9002b8c9d79bd36
case "$XBPS_TARGET_MACHINE" in
i686*|x86_64*) makedepends+=" libnuma-devel"
i686*|x86_64*|ppc64*) makedepends+=" libnuma-devel"
esac
do_configure() {