java/openjdk8: fix build on powerpc64 elfv1

Now elfv1 also fails to build with jfr enabled.
This commit is contained in:
Piotr Kubaj 2020-11-09 16:09:36 +00:00
parent 7a6e9183c8
commit ae33c6a4d2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=554730

View file

@ -217,11 +217,14 @@ 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
.if ${ARCH} == powerpc64
CONFIGURE_ARGS+= --disable-jfr
.endif
.if empty(ICONV_LIB)
ICONV_CPPFLAGS= -DLIBICONV_PLUG
.else