diff options
author | Ludovic Courtès <ludo@gnu.org> | 2021-09-03 11:36:52 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2021-09-03 11:38:43 +0200 |
commit | 7f50543d55b20cd528b28d7e15f1bb81001a8da9 (patch) | |
tree | 3eb0d81cf85efdae52365c36ef6d2e3984f82dce /gnu/local.mk | |
parent | 06247e465f98300ddc69a5384b103c8c1b9a866a (diff) | |
download | guix-7f50543d55b20cd528b28d7e15f1bb81001a8da9.tar.gz guix-7f50543d55b20cd528b28d7e15f1bb81001a8da9.zip |
gnu: classpath-bootstrap: Work around miscompilation.
Fixes <https://issues.guix.gnu.org/49990>.
Previously, building 'ant-bootstrap' would fail in obscure ways.
* gnu/packages/patches/classpath-miscompilation.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/java.scm (classpath-bootstrap)[source]: Use it.
[arguments]: Remove 'remove-call-to-free' phase.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 0226440228..bb22e29caa 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -928,6 +928,7 @@ dist_patch_DATA = \ %D%/packages/patches/clang-runtime-3.9-libsanitizer-mode-field.patch \ %D%/packages/patches/clang-runtime-3.8-libsanitizer-mode-field.patch \ %D%/packages/patches/classpath-aarch64-support.patch \ + %D%/packages/patches/classpath-miscompilation.patch \ %D%/packages/patches/clucene-pkgconfig.patch \ %D%/packages/patches/cmake-curl-certificates.patch \ %D%/packages/patches/coda-use-system-libs.patch \ |