aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBreno Leitao <breno.leitao@gmail.com>2017-02-21 19:22:15 +0000
committerTimo Teräs <timo.teras@iki.fi>2017-02-22 08:54:31 +0000
commitf1f55473b263b8196f2cd3e340a11c4f20173cf5 (patch)
treeaf1b2c87ebee520782d7159a2c80f008eb2bc7d8
parent1085dc020122282b5c50cdba75383a8d60d2661e (diff)
testing/upx: Disable build on ppc64le
Please disable the build of upx on ppc64le since it is still not ported to ppc64le. We are working to enable it on ppc64le, as showed in the link below, but the port is still not done yet. https://sourceforge.net/p/upx/feature-requests/90/
-rw-r--r--testing/upx/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/upx/APKBUILD b/testing/upx/APKBUILD
index e4cbbc59086..729a690b2fa 100644
--- a/testing/upx/APKBUILD
+++ b/testing/upx/APKBUILD
@@ -5,7 +5,7 @@ pkgver=3.93
pkgrel=0
pkgdesc="UPX - the Ultimate Packer for eXecutables"
url="https://upx.github.io"
-arch="all"
+arch="all !ppc64le"
license="gpl"
depends="zlib ucl"
makedepends="$depends zlib-dev bash"