From aa8e525b114d26756c245fd27bb55c335bf64d43 Mon Sep 17 00:00:00 2001 From: q66 Date: Mon, 4 Mar 2019 01:55:52 +0100 Subject: [PATCH] elasticsearch: enable on more archs + add archs note [ci skip] --- srcpkgs/elasticsearch/template | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/srcpkgs/elasticsearch/template b/srcpkgs/elasticsearch/template index 5e850fd18ee..a149578d682 100644 --- a/srcpkgs/elasticsearch/template +++ b/srcpkgs/elasticsearch/template @@ -3,7 +3,11 @@ pkgname=elasticsearch version=5.1.2 revision=2 wrksrc="elasticsearch-${version}" -archs="i686 x86_64" +# The only native part is libjnidispatch.so inside jna-*.jar, which is supplied +# only for a few archs, namely arm (armv6l and better), aarch64, ppc64le, x86, +# and x86_64; ppc64 is also supplied but elfv1 only, and all only for glibc. +# We could recompile this, but someone would need to add code to do that. +archs="i686 x86_64 aarch64 armv6l armv7l ppc64le" depends="virtual?java-runtime" short_desc="A distributed, open source search and analytics engine" maintainer="dota? =op "