fio: enable numa on ppc64*
This commit is contained in:
parent
7543e1a2c0
commit
3debb762c5
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue