main/numactl: re-enable on armv7 and armhf

seems to build again and is needed by qemu

ref #12961

(cherry picked from commit fc767a058048c2ff75253d3a53d7c3a6ababfd66)
This commit is contained in:
Natanael Copa 2021-08-31 09:24:06 +00:00
parent 0312522127
commit ff67ffa3a4

View File

@ -4,8 +4,7 @@ pkgver=2.0.14
pkgrel=0
pkgdesc="Simple NUMA policy support"
url="https://github.com/numactl/numactl"
# ARM lacks the __NR_migrate_pages syscall
arch="all !armhf !armv7"
arch="all"
license="LGPL-2.1-only"
makedepends="autoconf automake libtool linux-headers"
subpackages="$pkgname-dev $pkgname-doc $pkgname-tools"