summaryrefslogtreecommitdiffstats
path: root/recipes-core/openjdk/openjdk-common.inc
diff options
context:
space:
mode:
authorHenning Heinold <henning@itconsulting-heinold.de>2014-03-01 21:40:46 +0100
committerHenning Heinold <henning@itconsulting-heinold.de>2014-03-05 22:41:27 +0100
commit6c01d9fa201b5578d64650c0fdab1c13a82a0c42 (patch)
tree252092d3e65af3d3e67093919b2b0bc24d99d0d7 /recipes-core/openjdk/openjdk-common.inc
parenta664d984e31223b36aff7033bd07e6cf25dedca1 (diff)
downloadmeta-java-6c01d9fa201b5578d64650c0fdab1c13a82a0c42.tar.gz
openjdk-common.inc: fix qemu usage
* compile all binaries, which are executed by qemu, with the static compilerflag, because of a memleak inside qemu * remove lib- and ld-path for qemu usage, because all binaries are compiled static now, openjdk7 seems to compile fine anyway
Diffstat (limited to 'recipes-core/openjdk/openjdk-common.inc')
-rw-r--r--recipes-core/openjdk/openjdk-common.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/openjdk/openjdk-common.inc b/recipes-core/openjdk/openjdk-common.inc
index a993ea0..9c746de 100644
--- a/recipes-core/openjdk/openjdk-common.inc
+++ b/recipes-core/openjdk/openjdk-common.inc
@@ -72,6 +72,6 @@ export WANT_LLVM_RELEASE = "2.8"
72export LLVM_CONFIGURE_ARCH="${@get_llvm_configure_arch(d)}" 72export LLVM_CONFIGURE_ARCH="${@get_llvm_configure_arch(d)}"
73 73
74# Large stack is required at least on x86_64 host, otherwise random segfaults appear: 74# Large stack is required at least on x86_64 host, otherwise random segfaults appear:
75QEMU = "${@qemu_target_binary(d)} ${QEMU_OPTIONS} -s 2097152 -L ${STAGING_DIR_TARGET} -E LD_LIBRARY_PATH=${STAGING_BASELIBDIR}" 75QEMU = "${@qemu_target_binary(d)} ${QEMU_OPTIONS} -s 2097152"
76 76
77EXTRA_OEMAKE += 'QEMU="${QEMU}"' 77EXTRA_OEMAKE += 'QEMU="${QEMU}"'