aboutsummaryrefslogtreecommitdiffstats
path: root/community/openjdk7
diff options
context:
space:
mode:
authorBreno Leitao <breno.leitao@gmail.com>2017-03-23 01:45:17 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2017-03-23 14:35:17 +0000
commitfe8377461e520e3e9e6c82d96ea7941ea2ba0310 (patch)
tree41bc676427ad312e876b1156da054e5b292c5fca /community/openjdk7
parent35039ed28c5a58b040a8fc7ab24d39fa2d933c88 (diff)
downloadaports-fe8377461e520e3e9e6c82d96ea7941ea2ba0310.tar.bz2
aports-fe8377461e520e3e9e6c82d96ea7941ea2ba0310.tar.xz
community/openjdk7: Add entry for ppc64le
Use proper _jarch for ppc64le platform, otherwise it will fails since _jarch is NULL.
Diffstat (limited to 'community/openjdk7')
-rw-r--r--community/openjdk7/APKBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/community/openjdk7/APKBUILD b/community/openjdk7/APKBUILD
index a773c48f52..697ebe0caa 100644
--- a/community/openjdk7/APKBUILD
+++ b/community/openjdk7/APKBUILD
@@ -36,6 +36,7 @@ arm*) _jarch=arm
# and it's non trivial to fix. allow it for now.
options="$options textrels";;
s390x) _jarch=s390x;;
+ppc64le) _jarch=ppc64le;;
esac
INSTALL_BASE=/usr/lib/jvm/java-1.7-openjdk