git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
e38c100
)
jamvm: depends on supported architectures
author
Yousong Zhou
<redacted>
Thu, 27 Sep 2018 03:48:53 +0000
(
03:48
+0000)
committer
Yousong Zhou
<redacted>
Fri, 28 Sep 2018 04:03:20 +0000
(12:03 +0800)
Signed-off-by: Yousong Zhou <redacted>
lang/jamvm/Makefile
patch
|
blob
|
history
diff --git
a/lang/jamvm/Makefile
b/lang/jamvm/Makefile
index b6e863d527b3aaf01193e07c9173dc53e21ddfed..24bb4ad08e8d2b4e1576030ae129596d47ba7e80 100644
(file)
--- 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
git clone https://git.99rst.org/PROJECT