From c3e30bbcf123fe4384c070a8aae9d79845904fe8 Mon Sep 17 00:00:00 2001 From: ossdev Date: Tue, 30 Jul 2019 06:15:51 +0000 Subject: [PATCH] community/patchelf:Enable aarch64 support Signed-off-by: ossdev --- community/patchelf/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/patchelf/APKBUILD b/community/patchelf/APKBUILD index 671d520c6e9..96eed049991 100644 --- a/community/patchelf/APKBUILD +++ b/community/patchelf/APKBUILD @@ -4,7 +4,7 @@ pkgver=0.10 pkgrel=0 pkgdesc="Small utility to modify the dynamic linker and RPATH of ELF executables" url="https://nixos.org/patchelf.html" -arch="all !aarch64" +arch="all" license="GPL-3.0-or-later" makedepends="autoconf automake libtool" subpackages="$pkgname-doc"