irqbalance: use NUMA on ppc64

[ci skip]
This commit is contained in:
q66 2019-01-27 03:17:18 +01:00 committed by Johannes
parent bf87c12391
commit f97016b420

View file

@ -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() {