summaryrefslogtreecommitdiff
path: root/packages/jamvm/jamvm.inc
diff options
context:
space:
mode:
authorRobert Schuster <thebohemian@gmx.net>2008-02-09 03:14:56 +0000
committerRobert Schuster <thebohemian@gmx.net>2008-02-09 03:14:56 +0000
commitd444ca375061d1fa88566455932c0644715c6fa4 (patch)
treeb3018f6d615531c63253daf603087b93ca6f3350 /packages/jamvm/jamvm.inc
parent5de12a6ba0bc1fc8c0c23e718586250b24954c28 (diff)
jamvm: Added support for variable JNI path.
Diffstat (limited to 'packages/jamvm/jamvm.inc')
-rw-r--r--packages/jamvm/jamvm.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/jamvm/jamvm.inc b/packages/jamvm/jamvm.inc
index 36378370c5..930159e891 100644
--- a/packages/jamvm/jamvm.inc
+++ b/packages/jamvm/jamvm.inc
@@ -12,7 +12,7 @@ RPROVIDES_jamvm = "java2-runtime"
# This uses 32 bit arm, so force the instruction set to arm, not thumb
ARM_INSTRUCTION_SET = "arm"
-inherit autotools update-alternatives
+inherit java autotools update-alternatives
EXTRA_OECONF = "--with-classpath-install-dir=${prefix}"
CFLAGS += "-DDEFAULT_MAX_HEAP=16*MB"