java/openjdk8: fix build on powerpc64 elfv2
Build with jfr fails on powerpc64 elfv2.
This commit is contained in:
parent
d3063e31b8
commit
8c4b158dda
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=553683
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user