diff options
-rw-r--r-- | testing/patchelf/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/patchelf/APKBUILD b/testing/patchelf/APKBUILD index 7e8333a97a..c497b8c37b 100644 --- a/testing/patchelf/APKBUILD +++ b/testing/patchelf/APKBUILD @@ -5,10 +5,10 @@ pkgver=0.9 pkgrel=1 pkgdesc="Small utility to modify the dynamic linker and RPATH of ELF executables" url="https://nixos.org/patchelf.html" -arch="all" +arch="all !aarch64" license="GPL3" depends="" -makedepends="autoconf automake" +makedepends="autoconf automake libtool" install="" subpackages="$pkgname-doc" source="${pkgname}-${pkgver}.tar.gz::https://github.com/NixOS/patchelf/archive/${pkgver}.tar.gz |