. Attempt to fix the build on 8.x amd64 by telling the HotSpot compilation

not to treat warnings as errors.

Reported by:	mat@
This commit is contained in:
Greg Lewis
2015-02-05 03:13:05 +00:00
parent 222740427e
commit 64f02c86a0

View File

@@ -55,6 +55,7 @@ LDFLAGS+= -L${LOCALBASE}/lib
MAKE_ENV= LANG="C" LC_ALL="C"
MAKE_ENV+= CLASSPATH="" JAVA_HOME="" LD_LIBRARY_PATH="" MAKEFLAGS=""
MAKE_ENV+= IGNORE_OLD_CONFIG=true
MAKE_ENV+= COMPILER_WARNINGS_FATAL="false"
JDK_BUILDDIR= ${WRKSRC}/build/${JDK_OSARCH}-normal-server-${JDK_BUILD_TYPE}
.if !defined(BUILD_JRE)