diff options
-rw-r--r-- | community/openjdk7/APKBUILD | 1 |
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 |