java/openjdk8: fix build on powerpc64 elfv1
Now elfv1 also fails to build with jfr enabled.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user