From a70bfc57f0944785c9f4996256e6b21b2b708c06 Mon Sep 17 00:00:00 2001 From: Andrew McDermott Date: Fri, 4 Apr 2014 10:13:23 +0100 Subject: openjdk8: ensure /usr/include/sys/sdt.h is not found The build looks for a DTrace header during configure and that header, by name, will be present if your build host has installed the systemtap-dev package. Set ALT_SDT_H when invoking make to ensure that this header won't be found. Change-Id: I5bb1859a74bce80cea1aa22392e65eb8814ab685 Signed-off-by: Andrew McDermott --- meta-aarch64/recipes-core/openjdk/openjdk-8-common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-aarch64') diff --git a/meta-aarch64/recipes-core/openjdk/openjdk-8-common.inc b/meta-aarch64/recipes-core/openjdk/openjdk-8-common.inc index a3aef743..68deaf4e 100644 --- a/meta-aarch64/recipes-core/openjdk/openjdk-8-common.inc +++ b/meta-aarch64/recipes-core/openjdk/openjdk-8-common.inc @@ -56,7 +56,7 @@ do_configure() { } do_compile() { - make LOG=debug images + make LOG=debug ALT_SDT_H=/openjdk/path/to/a/nonexistent/directory images } do_install() { -- cgit v1.2.3