mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
0825162a35
commit
15bce0144b
3 changed files with 56 additions and 1 deletions
|
@ -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"))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue