irqbalance: re-enable NUMA support to x86/musl again.
This commit is contained in:
parent
192ee8233c
commit
904f3799f4
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'irqbalance'
|
||||
pkgname=irqbalance
|
||||
version=1.0.9
|
||||
revision=6
|
||||
revision=7
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake libtool pkg-config"
|
||||
makedepends="libglib-devel libcap-ng-devel"
|
||||
|
@ -13,7 +13,7 @@ distfiles="https://github.com/Irqbalance/irqbalance/archive/v${version}.tar.gz"
|
|||
checksum=f1b8115948bb9f0bc36b9d7143ee8be751a294bc189d311408e753acc37169c3
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686|x86_64) makedepends+=" libnuma-devel";;
|
||||
i686*|x86_64*) makedepends+=" libnuma-devel";;
|
||||
esac
|
||||
|
||||
pre_configure() {
|
||||
|
|
Loading…
Add table
Reference in a new issue