aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2017-07-28 05:13:11 +0000
committerJ0WI <J0WI@users.noreply.github.com>2018-06-13 23:19:43 +0200
commit9b30e9357aaaa4a64db63d9c4938b4bac3945923 (patch)
tree24482bfdb8a14f4471c7a86ab1ded029349c1ca2 /community
parent6a71562083afaff6c4e5df7bf61fb0f7765757b5 (diff)
community/openjdk8: fix build on armhf
Diffstat (limited to 'community')
-rw-r--r--community/openjdk8/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/openjdk8/APKBUILD b/community/openjdk8/APKBUILD
index a22fae563ae..f79b2a067f3 100644
--- a/community/openjdk8/APKBUILD
+++ b/community/openjdk8/APKBUILD
@@ -25,7 +25,7 @@ makedepends="bash findutils tar zip file paxmark gawk util-linux libxslt
case $CARCH in
x86) _jarch=i386;;
x86_64) _jarch=amd64;;
-arm*) _jarch=arm;;
+arm*) _jarch=aarch32;;
*) _jarch="$CARCH";;
esac