jamvm: depends on supported architectures
authorYousong Zhou <redacted>
Thu, 27 Sep 2018 03:48:53 +0000 (03:48 +0000)
committerYousong Zhou <redacted>
Fri, 28 Sep 2018 04:03:20 +0000 (12:03 +0800)
Signed-off-by: Yousong Zhou <redacted>
lang/jamvm/Makefile

index b6e863d527b3aaf01193e07c9173dc53e21ddfed..24bb4ad08e8d2b4e1576030ae129596d47ba7e80 100644 (file)
@@ -30,7 +30,8 @@ define Package/jamvm
   CATEGORY:=Languages
   TITLE:=A compact Java Virtual Machine
   URL:=http://sourceforge.net/projects/jamvm
-  DEPENDS:=+zlib +libpthread +librt +classpath
+  DEPENDS:=+zlib +libpthread +librt +classpath \
+         @(i386||i686||x86_64||arm||armeb||mips||mipsel||powerpc||powerpc64) +CONFIG_powerpc64:libffi
 endef
 
 define Package/jamvm/description
git clone https://git.99rst.org/PROJECT