diff options
Diffstat (limited to 'java/openjdk8/Makefile')
-rw-r--r-- | java/openjdk8/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/openjdk8/Makefile b/java/openjdk8/Makefile index 6a7d07d30090..29013e7a1c80 100644 --- a/java/openjdk8/Makefile +++ b/java/openjdk8/Makefile @@ -186,9 +186,9 @@ BUILD_DEPENDS+= ${BOOTSTRAPJDKDIR}/bin/javac:${PORTSDIR}/java/openjdk7 .endif # PR193009: work around the rtld bug -#.if ${OSVERSION} < 1001511 +.if ${OSVERSION} < 1001511 CONFIGURE_ARGS+= --enable-static-libjli -#.endif +.endif .if ${COMPILER_TYPE} == clang .if ${COMPILER_VERSION} >= 35 |