Skip to content
Snippets Groups Projects
Commit 8c4b158d authored by Piotr Kubaj's avatar Piotr Kubaj
Browse files

java/openjdk8: fix build on powerpc64 elfv2

Build with jfr fails on powerpc64 elfv2.
parent d3063e31
No related branches found
No related tags found
No related merge requests found
......@@ -217,6 +217,7 @@ MAKE_ARGS+= USE_PRECOMPILED_HEADER=0
.endif
.if defined(PPC_ABI) && ${PPC_ABI} == ELFv2
CONFIGURE_ARGS+= --disable-jfr
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-ppc64-elfv2
MAKE_ARGS+= USE_PRECOMPILED_HEADER=0
.endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment