irqbalance: use NUMA on ppc64
[ci skip]
This commit is contained in:
parent
bf87c12391
commit
f97016b420
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ distfiles="https://github.com/Irqbalance/irqbalance/archive/v${version}.tar.gz"
|
|||
checksum=3318eddc03782cfdad22b20eff18eaf378c498c5de286e8cbaa5521ddf4f810b
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686*|x86_64*) makedepends+=" libnuma-devel";;
|
||||
i686*|x86_64*|ppc64*) makedepends+=" libnuma-devel";;
|
||||
esac
|
||||
|
||||
pre_configure() {
|
||||
|
|
Loading…
Reference in a new issue