diff options
-rw-r--r-- | java/openjdk8/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/java/openjdk8/Makefile b/java/openjdk8/Makefile index b3ed018e987f..6654a7e0c1f7 100644 --- a/java/openjdk8/Makefile +++ b/java/openjdk8/Makefile @@ -330,6 +330,10 @@ BUILD_DEPENDS+= ${BOOTSTRAPJDKDIR}/bin/javac:${PORTSDIR}/java/openjdk7 . endif .endif +.if ${BOOTSTRAPJDKDIR} == ${LOCALBASE}/openjdk8 +CONFIGURE_ARGS+= --enable-sjavac +.endif + # PR193009: work around the rtld bug .if ${OSVERSION} < 1001511 CONFIGURE_ARGS+= --enable-static-libjli |