mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 11:03:49 +02:00
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'
|
# Template file for 'irqbalance'
|
||||||
pkgname=irqbalance
|
pkgname=irqbalance
|
||||||
version=1.0.9
|
version=1.0.9
|
||||||
revision=6
|
revision=7
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake libtool pkg-config"
|
hostmakedepends="automake libtool pkg-config"
|
||||||
makedepends="libglib-devel libcap-ng-devel"
|
makedepends="libglib-devel libcap-ng-devel"
|
||||||
|
@ -13,7 +13,7 @@ distfiles="https://github.com/Irqbalance/irqbalance/archive/v${version}.tar.gz"
|
||||||
checksum=f1b8115948bb9f0bc36b9d7143ee8be751a294bc189d311408e753acc37169c3
|
checksum=f1b8115948bb9f0bc36b9d7143ee8be751a294bc189d311408e753acc37169c3
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
i686|x86_64) makedepends+=" libnuma-devel";;
|
i686*|x86_64*) makedepends+=" libnuma-devel";;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue