summaryrefslogtreecommitdiff
path: root/gnu/packages/java.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/java.scm')
-rw-r--r--gnu/packages/java.scm4
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index b3b037ea43..b6d8aa32cb 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -763,6 +763,10 @@ IcedTea build harness.")
(delete 'patch-patches)
(delete 'patch-bitrot)
(delete 'use-classpath)
+ ;; Prevent passing -j (parallel-job-count) to make
+ (replace 'build
+ (lambda* (#:key (make-flags '()) #:allow-other-keys)
+ (apply invoke "make" make-flags)))
;; Prevent the keytool from recording the current time when
;; adding certificates at build time.
(add-after 'unpack 'patch-keystore