From ac605d0a9ce609e2d32a429bb67c486f1123089c Mon Sep 17 00:00:00 2001 From: "Douglas R. Reno" Date: Sat, 23 Jul 2022 11:21:24 -0500 Subject: [PATCH] Subversion: Using multiple jobs when compiling the Java bindings causes a race condition. Fix this by forcing the java bindings to build at -j1. --- general/prog/subversion.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/general/prog/subversion.xml b/general/prog/subversion.xml index 30ea58357c..519f61b0d5 100644 --- a/general/prog/subversion.xml +++ b/general/prog/subversion.xml @@ -214,7 +214,7 @@ make separately. To build the Java bindings, issue the following command: - make javahl + make -j1 javahl