diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-06-13 13:31:37 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-06-14 10:43:06 +0000 |
commit | 1bee4d7678a0ca95150905281d1f255658d88366 (patch) | |
tree | 722f92d2603763eca1bc3f01b110874471df3e1d | |
parent | 45fafdfa16378b336882cf55cf746b51e1fcf5fe (diff) | |
download | aports-1bee4d7678a0ca95150905281d1f255658d88366.tar.bz2 aports-1bee4d7678a0ca95150905281d1f255658d88366.tar.xz |
testing/upx: enable build on ppc64le
upx has support for ppc64le and is allow to compress/decompress the
following ppc64le formats:
powerpc64le-darwin.macho macho/ppc64le
powerpc64le-linux.elf linux/ppc64le
powerpc64le-linux.kernel.vmlinux vmlinux/ppc64le
-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 6226458a72..72f4424401 100644 --- a/testing/upx/APKBUILD +++ b/testing/upx/APKBUILD @@ -5,7 +5,7 @@ pkgver=3.94 pkgrel=0 pkgdesc="The Ultimate Packer for eXecutables" url="https://upx.github.io" -arch="all !ppc64le" +arch="all" license="GPL2 public-domain" # perl-dev is used to generate man pages makedepends="bash perl-dev ucl-dev zlib-dev" |