gnu: openjdk14: Fix build.
* gnu/packages/java.scm (openjdk14)[origin]: Add patch.
This commit is contained in:
parent
7a68045624
commit
b0779c1c64
1 changed files with 2 additions and 1 deletions
|
@ -1466,7 +1466,8 @@ blacklisted.certs.pem"
|
||||||
;; not available in bash-minimal
|
;; not available in bash-minimal
|
||||||
(substitute* "make/autoconf/basics.m4"
|
(substitute* "make/autoconf/basics.m4"
|
||||||
(("if help") "if command -v"))
|
(("if help") "if command -v"))
|
||||||
(for-each delete-file (find-files "." "\\.(bin|exe|jar)$"))))))))
|
(for-each delete-file (find-files "." "\\.(bin|exe|jar)$"))))
|
||||||
|
(patches (search-patches "openjdk-10-setsignalhandler.patch"))))))
|
||||||
|
|
||||||
(define-public openjdk15
|
(define-public openjdk15
|
||||||
(make-openjdk
|
(make-openjdk
|
||||||
|
|
Reference in a new issue