Restore Ocaml workaround; fix was not actually in 3.0 (must have gone

in to trunk instead of the 3.0 branch)
This commit is contained in:
Michel Alexandre Salim 2012-02-07 09:40:34 +01:00
parent 420ce4302c
commit 5f9e49a546

View file

@ -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