diff options
author | Robert Schuster <robertschuster@fsfe.org> | 2010-06-16 18:54:14 +0200 |
---|---|---|
committer | Robert Schuster <robertschuster@fsfe.org> | 2010-06-16 18:55:07 +0200 |
commit | caa1cc56523416601aa56e42a5e216d35fea6b0f (patch) | |
tree | 98bb65c653726dd3bda6f6bc27dc7de5e678d32e /recipes/jamvm/jamvm.inc | |
parent | 85e466de20c13af2e2d74cd9985c686115ceeb90 (diff) |
jamvm *: Install libjvm.so into separate folder in ${libdir}.
Diffstat (limited to 'recipes/jamvm/jamvm.inc')
-rw-r--r-- | recipes/jamvm/jamvm.inc | 2 |
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" |