From e8351d91e376366974df0ff4b818982c4a4e3b80 Mon Sep 17 00:00:00 2001 From: Jerry James Date: Thu, 23 May 2024 09:23:21 -0600 Subject: [PATCH] Skip broken test for ocamlopt -g --- ocaml-findlib.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ocaml-findlib.spec b/ocaml-findlib.spec index f589323..8acd024 100644 --- a/ocaml-findlib.spec +++ b/ocaml-findlib.spec @@ -12,6 +12,7 @@ Summary: Objective CAML package manager and build helper License: MIT URL: http://projects.camlcity.org/projects/findlib.html +VCS: https://github.com/ocaml/ocamlfind Source0: http://download.camlcity.org/download/findlib-%{version}.tar.gz # Fix the toolbox build with OCaml 5.x @@ -62,6 +63,9 @@ sed -i 's/\${dynlink_subdir}/dynlink/' configure # Build an executable that is not damaged by stripping sed -i 's/\(custom=\)-custom/\1-output-complete-exe/' configure +# Skip broken test for ocamlopt -g +sed -i '/^ocamlopt -g/d' configure + %build ocamlc -version