mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
main/irqbalance: fix build on mips*
This commit is contained in:
parent
191c9ea9f0
commit
43575df705
@ -2,15 +2,15 @@
|
||||
# Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
|
||||
pkgname=irqbalance
|
||||
pkgver=1.5.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Daemon that distributes interrupts over the processors"
|
||||
url="https://github.com/Irqbalance/irqbalance"
|
||||
arch="all"
|
||||
license="GPL-2.0-or-later"
|
||||
makedepends="$depends_dev glib-dev autoconf automake libtool ncurses-dev"
|
||||
case "$CARCH" in
|
||||
arm*)
|
||||
# no numactl-dev for arm
|
||||
arm*|mips*)
|
||||
# no numactl-dev for arm, mips*
|
||||
;;
|
||||
*)
|
||||
makedepends="$makedepends numactl-dev"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user