diff options
author | Ludovic Courtès <ludovic.courtes@inria.fr> | 2021-08-05 15:19:20 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2021-08-05 15:46:46 +0200 |
commit | 1d580f47a9f3b9a0ff9cbb490ff9db7388d74952 (patch) | |
tree | 2c36627762f29663eb52d083f1022aa4c35337b6 /gnu/packages/ocaml.scm | |
parent | bfb690be87d37c22681b366278c21be0176e7f58 (diff) | |
download | guix-1d580f47a9f3b9a0ff9cbb490ff9db7388d74952.tar.gz |
gnu: ocaml@4.07: Fix link failure.
The link failure shows up when using ld from GNU Binutils 2.37, and not with 2.34. * gnu/packages/patches/ocaml-multiple-definitions.patch: New file. * gnu/packages/ocaml.scm (ocaml-4.07-boot)[source]: Use it. * gnu/local.mk (dist_patch_DATA): Add it.
Diffstat (limited to 'gnu/packages/ocaml.scm')
-rw-r--r-- | gnu/packages/ocaml.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 8137eb1187..92c1704c79 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -275,6 +275,7 @@ functional, imperative and object-oriented styles of programming.") (sha256 (base32 "1f07hgj5k45cylj1q3k5mk8yi02cwzx849b1fwnwia8xlcfqpr6z")) + (patches (search-patches "ocaml-multiple-definitions.patch")) (modules '((guix build utils))) (snippet `(begin |