summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-09-26 13:45:53 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-09-26 13:45:53 +0200
commit202b4a0b3f7598149c2531e8f4937e36e51f938b (patch)
treedb2e8c7e756bb83e4bc6e6722ae707d37c074373 /package
parent178412af3249dd95de2cb5aee817988bd8df4d8e (diff)
disable TLS for now, problematic with uClibc
Diffstat (limited to 'package')
-rw-r--r--package/jamvm/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/package/jamvm/Makefile b/package/jamvm/Makefile
index aeb37e177..da0b141af 100644
--- a/package/jamvm/Makefile
+++ b/package/jamvm/Makefile
@@ -5,7 +5,7 @@ include ${TOPDIR}/rules.mk
PKG_NAME:= jamvm
PKG_VERSION:= 1.5.4
-PKG_RELEASE:= 1
+PKG_RELEASE:= 2
PKG_MD5SUM:= 7654e9657691f5f09c4f481ed4686176
PKG_DESCR:= A Java Virtual Machine (JVM) implementation
PKG_SECTION:= lang
@@ -14,7 +14,7 @@ PKG_BUILDDEP:= libffi zlib
PKG_URL:= http://jamvm.sourceforge.net
PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=jamvm/}
-PKG_ARCH_DEPENDS:= !cris !mips !avr32
+PKG_ARCH_DEPENDS:= !cris !avr32
include ${TOPDIR}/mk/package.mk
@@ -24,6 +24,12 @@ BUILD_STYLE:= manual
INSTALL_STYLE:= manual
CONFIGURE_ARGS+= --enable-ffi
+ifeq ($(ARCH),mips)
+CONFIGURE_ARGS+= --disable-tls
+endif
+ifeq ($(ARCH),arm)
+CONFIGURE_ARGS+= --disable-tls
+endif
do-build:
${INSTALL_DIR} ${WRKINST}/usr/bin