From 5f9e49a54620616d13651d32d8a94b9152d33f51 Mon Sep 17 00:00:00 2001 From: Michel Alexandre Salim Date: Tue, 7 Feb 2012 09:40:34 +0100 Subject: [PATCH] Restore Ocaml workaround; fix was not actually in 3.0 (must have gone in to trunk instead of the 3.0 branch) --- llvm.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/llvm.spec b/llvm.spec index bebd9c9..2a56225 100644 --- a/llvm.spec +++ b/llvm.spec @@ -277,6 +277,10 @@ make %{_smp_mflags} REQUIRES_RTTI=1 VERBOSE=1 \ %install rm -rf %{buildroot} +# workaround for http://llvm.org/bugs/show_bug.cgi?id=11177 +%if %{with ocaml} +cp -p bindings/ocaml/llvm/META.llvm bindings/ocaml/llvm/Release/ +%endif make install DESTDIR=%{buildroot} \ PROJ_docsdir=/moredocs