aboutsummaryrefslogtreecommitdiffstats
path: root/community/upx
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-02-04 17:42:11 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-02-04 17:42:11 +0100
commit01322c8c48eb9bbdd010d2cb0675b2cd8e85dee4 (patch)
tree917ba4fa79af6fc9be324818740828cdd39d1216 /community/upx
parent0c3dfdf2d6d7685c94130ab55a82e9aa346f099e (diff)
downloadaports-01322c8c48eb9bbdd010d2cb0675b2cd8e85dee4.tar.bz2
aports-01322c8c48eb9bbdd010d2cb0675b2cd8e85dee4.tar.xz
community/upx: disable on aarch64, armhf and armv7
Diffstat (limited to 'community/upx')
-rw-r--r--community/upx/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/upx/APKBUILD b/community/upx/APKBUILD
index 7660bded0a..7d1eadfaee 100644
--- a/community/upx/APKBUILD
+++ b/community/upx/APKBUILD
@@ -5,7 +5,7 @@ pkgver=3.96
pkgrel=0
pkgdesc="The Ultimate Packer for eXecutables"
url="https://upx.github.io"
-arch="all"
+arch="all !aarch64 !armhf !armv7" # Failure to build
license="GPL-2.0 Public-Domain"
# perl-dev is used to generate man pages
makedepends="bash perl-dev ucl-dev zlib-dev"