From ecce4e12a3b5abc7ad1b661458feefb83cc04d18 Mon Sep 17 00:00:00 2001 From: "Lev A. Serebryakov" Date: Fri, 21 Jun 2013 16:41:01 +0000 Subject: Disable Jikes support. Submitted by: Andriy Gapon --- java/subversion-java/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/subversion-java/Makefile b/java/subversion-java/Makefile index ddb3a45e7fe0..93c89d048554 100644 --- a/java/subversion-java/Makefile +++ b/java/subversion-java/Makefile @@ -26,7 +26,7 @@ SVN_BUILD_BINDINGS=yes .include "${MASTERDIR}/Makefile.common" -CONFIGURE_ARGS+= --enable-javahl --with-jdk=${JAVA_HOME} +CONFIGURE_ARGS+= --enable-javahl --with-jdk=${JAVA_HOME} --with-jikes=no do-build: @${MKDIR} ${WRKSRC}/subversion/bindings/java/javahl/classes -- cgit v1.2.3