aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2018-12-28 07:46:11 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2018-12-28 07:46:11 +0000
commit546b4ab3c85e86b127b8d94a189f016b7f06d7e8 (patch)
tree78adaabadf4bf8f3731c88f22acab425a456e65c
parent0c63bef3ca42d41cda2856ea19c80b89545d9b7e (diff)
community/upx: disable tests on s390x
checking -pie... >>> ERROR: upx: check failed
-rw-r--r--community/upx/APKBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/community/upx/APKBUILD b/community/upx/APKBUILD
index d52c91f5bb3..6674c2264cd 100644
--- a/community/upx/APKBUILD
+++ b/community/upx/APKBUILD
@@ -2,7 +2,7 @@
# TODO: unbundle lzma-sdk
pkgname=upx
pkgver=3.95
-pkgrel=0
+pkgrel=1
pkgdesc="The Ultimate Packer for eXecutables"
url="https://upx.github.io"
arch="all"
@@ -12,6 +12,8 @@ makedepends="bash perl-dev ucl-dev zlib-dev"
subpackages="$pkgname-doc"
source="https://github.com/upx/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver-src.tar.xz
0001-rm-broken-whitespace-check.patch"
+# tests fail
+if [ "$CARCH" = "s390x" ]; then options="!check"; fi
builddir="$srcdir/$pkgname-$pkgver-src"
build() {