[PATCH] Jamvm + classpatch (1/2)
Bump jamvm to version 1.5.3. It would be much appreciated if this patch could be committed to the repository. Signed-off-by: Roberto Riggio <roberto.riggio@create-net.org> git-svn-id: svn://svn.openwrt.org/openwrt/packages@15952 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
ce97ce602a
commit
262756c267
@ -8,12 +8,12 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=jamvm
|
||||
PKG_VERSION:=1.5.0
|
||||
PKG_RELEASE:=2
|
||||
PKG_VERSION:=1.5.3
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=@SF/jamvm
|
||||
PKG_MD5SUM:=a965452442cdbfc94caba57d0dd25a8f
|
||||
PKG_MD5SUM:=ce886163658d748113b0570dfae12aea
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
@ -23,7 +23,7 @@ define Package/jamvm
|
||||
CATEGORY:=Languages
|
||||
TITLE:=A compact Java Virtual Machine
|
||||
URL:=http://sourceforge.net/projects/jamvm
|
||||
DEPENDS:=+libffi-sable +libpthread @!mips
|
||||
DEPENDS:=+libffi +zlib +libpthread @!mips
|
||||
endef
|
||||
|
||||
define Package/jamvm/description
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- jamvm-1.5.0-old/src/jam.h 2007-10-26 05:08:41.000000000 +0200
|
||||
+++ jamvm-1.5.0-new/src/jam.h 2008-02-06 10:52:01.000000000 +0100
|
||||
@@ -676,7 +676,7 @@
|
||||
|
||||
/* default maximum size of object heap */
|
||||
#ifndef DEFAULT_MAX_HEAP
|
||||
-#define DEFAULT_MAX_HEAP 128*MB
|
||||
+#define DEFAULT_MAX_HEAP 8*MB
|
||||
#endif
|
||||
|
||||
/* default size of the Java stack */
|
Loading…
x
Reference in New Issue
Block a user