jamvm: disable inlining (segfaults on mips if enabled with threading), enable threadi...
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 8 Jan 2012 23:39:12 +0000 (23:39 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 8 Jan 2012 23:39:12 +0000 (23:39 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29699 3c298f89-4303-0410-b956-a3cf2f4a3e73

lang/jamvm/Makefile

index 1c46f8e..374b146 100644 (file)
@@ -29,7 +29,7 @@ define Package/jamvm
   CATEGORY:=Languages
   TITLE:=A compact Java Virtual Machine
   URL:=http://sourceforge.net/projects/jamvm
-  DEPENDS:=+libffi +zlib +libpthread +librt +classpath @!avr32
+  DEPENDS:=+zlib +libpthread +librt +classpath @!avr32
 endef
 
 define Package/jamvm/description
@@ -42,10 +42,9 @@ define Package/jamvm/description
 endef
 
 CONFIGURE_ARGS += \
-       --enable-ffi \
        --with-java-runtime-library=gnuclasspath \
        --with-classpath-install-dir=/usr \
-       --disable-int-threading
+       --disable-int-inlining
 
 MAKE_FLAGS += \
        GLIBJ_ZIP=$(STAGING_DIR)/usr/share/classpath/glibj.zip