aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--java/openjdk8/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/openjdk8/Makefile b/java/openjdk8/Makefile
index 893ef1d1987b..fb878e6cf1da 100644
--- a/java/openjdk8/Makefile
+++ b/java/openjdk8/Makefile
@@ -342,7 +342,7 @@ MAKE_ENV+= COMPILER_WARNINGS_FATAL=false
.endif
MAKE_ENV+= USE_CLANG=true
.if ${COMPILER_FEATURES:Mlibc++}
-CONFIGURE_ENV= LIBCXX="-lc++"
+CONFIGURE_ENV+= LIBCXX="-lc++"
.endif
.endif