From e092d6a53db69dbde869c46e9ebd07b1d0db2783 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 19 Aug 2014 18:49:52 +0100 Subject: [PATCH] Block ocaml-camlimages. --- fedora_ocaml_rebuild.ml | 1 + 1 file changed, 1 insertion(+) diff --git a/fedora_ocaml_rebuild.ml b/fedora_ocaml_rebuild.ml index 39e95e7..6967812 100644 --- a/fedora_ocaml_rebuild.ml +++ b/fedora_ocaml_rebuild.ml @@ -26,6 +26,7 @@ let blocked = [ "ocaml-pa-do"; (* build failure, complex *) "frama-c"; (* build failure *) "gappalib-coq"; (* build failure in configure script *) + "ocaml-camlimages"; (* build failure, conflicting C types in header files *) ] let blocked pkg = List.mem pkg blocked -- 1.8.3.1