aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2016-08-29 23:46:05 +0000
committerCarlo Landmeter <clandmeter@gmail.com>2016-08-29 23:46:05 +0000
commit9a195c7b552f5f24329b1fe56fecc8d40c133ffb (patch)
treec6585fdb3cf63b411625def90adbc7406de863c8
parentf20a45f8f3707a784ccba1e4df5d4a2eeabb3cca (diff)
downloadaports-9a195c7b552f5f24329b1fe56fecc8d40c133ffb.tar.bz2
aports-9a195c7b552f5f24329b1fe56fecc8d40c133ffb.tar.xz
testing/patchelf: disable on aarch64
https://github.com/NixOS/patchelf/issues/8
-rw-r--r--testing/patchelf/APKBUILD4
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