From ff67ffa3a4a8ee8e90e7f96ce04ac1a2f0f27ed3 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 31 Aug 2021 09:24:06 +0000 Subject: [PATCH] main/numactl: re-enable on armv7 and armhf seems to build again and is needed by qemu ref #12961 (cherry picked from commit fc767a058048c2ff75253d3a53d7c3a6ababfd66) --- main/numactl/APKBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/main/numactl/APKBUILD b/main/numactl/APKBUILD index b97398b2201..ce5f9e5cf9a 100644 --- a/main/numactl/APKBUILD +++ b/main/numactl/APKBUILD @@ -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"