From 2a7eb34a8019bc82f7951f138a690f2aeeed9d49 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sat, 30 Aug 2014 13:39:03 +0100 Subject: [PATCH] Unblock ocaml-camlimages, it *should* now build with compiler changes. --- fedora_ocaml_rebuild.ml | 1 - 1 file changed, 1 deletion(-) diff --git a/fedora_ocaml_rebuild.ml b/fedora_ocaml_rebuild.ml index a45bc1a..7851975 100644 --- a/fedora_ocaml_rebuild.ml +++ b/fedora_ocaml_rebuild.ml @@ -24,7 +24,6 @@ let yum_repo = "koji-rawhide" *) let blocked = [ "ocaml-pa-do"; (* orphaned *) - "ocaml-camlimages"; (* build failure, conflicting C types in header files *) ] let blocked pkg = List.mem pkg blocked -- 1.8.3.1