Package: ocaml-extunix / 0.1.0-1

Metadata

Package Version Patches format
ocaml-extunix 0.1.0-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Add possibility to disable execinfo test through env.patch | (download)

test/test.ml | 9 6 + 3 - 0 !
1 file changed, 6 insertions(+), 3 deletions(-)

 add possibility to disable execinfo test through environment

It fails on armel because of [1] and on powerpc because of [2].

[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=637360
[2] http://caml.inria.fr/mantis/view.php?id=5334

upstream provides an option --disable-execinfo, but this is not really
useful, it is only accepted by src/discover.ml, which runs as
PostConfCommand.

Bug: https://forge.ocamlcore.org/tracker/index.php?func=detail&aid=1288&group_id=175&atid=782
Signed-off-by: Stephane Glondu <steph@glondu.net>