aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/jamvm/jamvm.inc
diff options
context:
space:
mode:
authorRobert Schuster <robertschuster@fsfe.org>2010-06-16 18:54:14 +0200
committerRobert Schuster <robertschuster@fsfe.org>2010-06-16 18:55:07 +0200
commitcaa1cc56523416601aa56e42a5e216d35fea6b0f (patch)
tree98bb65c653726dd3bda6f6bc27dc7de5e678d32e /recipes/jamvm/jamvm.inc
parent85e466de20c13af2e2d74cd9985c686115ceeb90 (diff)
downloadopenembedded-caa1cc56523416601aa56e42a5e216d35fea6b0f.tar.gz
jamvm *: Install libjvm.so into separate folder in ${libdir}.
Diffstat (limited to 'recipes/jamvm/jamvm.inc')
-rw-r--r--recipes/jamvm/jamvm.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/jamvm/jamvm.inc b/recipes/jamvm/jamvm.inc
index eabed088ce..327caf9a68 100644
--- a/recipes/jamvm/jamvm.inc
+++ b/recipes/jamvm/jamvm.inc
@@ -14,7 +14,7 @@ ARM_INSTRUCTION_SET = "arm"
inherit java autotools update-alternatives
-EXTRA_OECONF = "--with-classpath-install-dir=${prefix}"
+EXTRA_OECONF = "--with-classpath-install-dir=${prefix} --libdir=${libdir}/jamvm"
CFLAGS += "-DDEFAULT_MAX_HEAP=16*MB"
ALTERNATIVE_NAME = "java"