Browse Source

jamvm: depends on supported architectures

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
lilik-openwrt-22.03
Yousong Zhou 6 years ago
parent
commit
11f0544744
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      lang/jamvm/Makefile

+ 2
- 1
lang/jamvm/Makefile View 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


Loading…
Cancel
Save