From fc6bd59279ea3fd45582087bd0ecef2c793b0a9a Mon Sep 17 00:00:00 2001 From: Michel Alexandre Salim Date: Sun, 5 Feb 2012 20:21:07 +0100 Subject: [PATCH] Remove Ocaml workaround; fixed before 3.0 final --- llvm.spec | 4 ---- 1 file changed, 4 deletions(-) diff --git a/llvm.spec b/llvm.spec index 79a22b4..d638038 100644 --- a/llvm.spec +++ b/llvm.spec @@ -277,10 +277,6 @@ 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