From: Yousong Zhou Date: Thu, 27 Sep 2018 03:48:53 +0000 (+0000) Subject: jamvm: depends on supported architectures X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=11f054474446a9984e828637e0a474011b3b16f6;p=openwrt-packages.git jamvm: depends on supported architectures Signed-off-by: Yousong Zhou --- diff --git a/lang/jamvm/Makefile b/lang/jamvm/Makefile index b6e863d52..24bb4ad08 100644 --- a/lang/jamvm/Makefile +++ b/lang/jamvm/Makefile @@ -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