git: 4b117286bf77 - main - java/openjdk17: Fix the build on arm64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 25 Feb 2024 20:28:12 UTC
The branch main has been updated by glewis: URL: https://cgit.FreeBSD.org/ports/commit/?id=4b117286bf77534f83e134dfb368797542f6abea commit 4b117286bf77534f83e134dfb368797542f6abea Author: Greg Lewis <glewis@FreeBSD.org> AuthorDate: 2024-02-25 20:26:53 +0000 Commit: Greg Lewis <glewis@FreeBSD.org> CommitDate: 2024-02-25 20:27:54 +0000 java/openjdk17: Fix the build on arm64 --- java/openjdk17/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/java/openjdk17/Makefile b/java/openjdk17/Makefile index 32cee2adfc7b..b493834730aa 100644 --- a/java/openjdk17/Makefile +++ b/java/openjdk17/Makefile @@ -159,7 +159,6 @@ CONFIGURE_ARGS+= --disable-warnings-as-errors .if ${ARCH} == aarch64 CONFIGURE_ARGS+= --with-boot-jdk-jvmargs=-XX:-UseCompressedClassPointers --disable-dtrace MAKE_ENV+= JAVA_TOOL_OPTIONS="-XX:-UseCompressedClassPointers" -EXTRA_PATCHES= ${PATCHDIR}/extra-patch-src_hotspot_share_runtime_arguments.cpp .endif .if empty(ICONV_LIB)