From 63be399c8e3cf5773c79c138469c428acf9054bb Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 26 Apr 2018 18:24:16 +0100 Subject: [PATCH] Disable -warn-error. --- ocaml-lablgtk.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/ocaml-lablgtk.spec b/ocaml-lablgtk.spec index 2b8a6aa..0d8ce2b 100644 --- a/ocaml-lablgtk.spec +++ b/ocaml-lablgtk.spec @@ -65,6 +65,7 @@ developing applications that use %{name}. %prep %setup -q -n lablgtk-%{version} +find -type f | xargs sed -i -e 's/-warn-error/-w/' %build