diff options
author | Breno Leitao <breno.leitao@gmail.com> | 2017-02-21 19:22:15 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2017-02-22 08:54:31 +0000 |
commit | f1f55473b263b8196f2cd3e340a11c4f20173cf5 (patch) | |
tree | af1b2c87ebee520782d7159a2c80f008eb2bc7d8 /testing/upx | |
parent | 1085dc020122282b5c50cdba75383a8d60d2661e (diff) | |
download | aports-f1f55473b263b8196f2cd3e340a11c4f20173cf5.tar.bz2 aports-f1f55473b263b8196f2cd3e340a11c4f20173cf5.tar.xz |
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/
Diffstat (limited to 'testing/upx')
-rw-r--r-- | testing/upx/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/upx/APKBUILD b/testing/upx/APKBUILD index e4cbbc5908..729a690b2f 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" |