aboutsummaryrefslogtreecommitdiffstats
path: root/community/ioping
diff options
context:
space:
mode:
Diffstat (limited to 'community/ioping')
-rw-r--r--community/ioping/APKBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/community/ioping/APKBUILD b/community/ioping/APKBUILD
index fdef79fd48..442e8fc281 100644
--- a/community/ioping/APKBUILD
+++ b/community/ioping/APKBUILD
@@ -18,6 +18,7 @@ _builddir="$srcdir"/$pkgname-$pkgver
prepare() {
local i
cd "$_builddir"
+ [ "$CARCH" = "s390x" ] && sed -i -e 's@./$(BINARY)@./$(BINARY) -C@g' Makefile
for i in $source; do
case $i in
*.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;