main/irqbalance: fix build on mips*

This commit is contained in:
alpine-mips-patches 2019-03-07 15:14:20 +00:00 committed by Leonardo Arena
parent 191c9ea9f0
commit 43575df705

View File

@ -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"