gnu: ocaml-4.09: Fix signal handling with newer glibc.

* gnu/packages/patches/ocaml-4.09-dynamically-allocate-signal-stack.patch:
New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/ocaml.scm (ocaml-4.09): Use it.
This commit is contained in:
Julien Lepiller 2023-02-19 10:06:36 +01:00
parent 0825162a35
commit 15bce0144b
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82
3 changed files with 56 additions and 1 deletions

View file

@ -316,7 +316,9 @@ functional, imperative and object-oriented styles of programming.")
"http://caml.inria.fr/pub/distrib/ocaml-"
(version-major+minor version)
"/ocaml-" version ".tar.xz"))
(patches (search-patches "ocaml-4.09-multiple-definitions.patch"))
(patches (search-patches
"ocaml-4.09-multiple-definitions.patch"
"ocaml-4.09-dynamically-allocate-signal-stack.patch"))
(sha256
(base32
"1v3z5ar326f3hzvpfljg4xj8b9lmbrl53fn57yih1bkbx3gr3yzj"))))