[packages/llvm] fix ocaml build
jajcus
jajcus at pld-linux.org
Fri Oct 28 09:39:59 CEST 2016
commit c450bf277fdb9a88430baa1315910a764f5f9d43
Author: Jacek Konieczny <j.konieczny at eggsoft.pl>
Date: Fri Oct 28 09:39:22 2016 +0200
fix ocaml build
%%requires_eq might force BuildRequires
llvm.spec | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/llvm.spec b/llvm.spec
index a8a5036..f0d3cc4 100644
--- a/llvm.spec
+++ b/llvm.spec
@@ -445,7 +445,9 @@ Summary: OCaml binding for LLVM
Summary(pl.UTF-8): Wiązanie OCamla do LLVM-a
Group: Libraries
Requires: %{name} = %{version}-%{release}
+%if %{with ocaml}
%requires_eq ocaml-runtime
+%endif
%description ocaml
OCaml binding for LLVM.
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/llvm.git/commitdiff/c450bf277fdb9a88430baa1315910a764f5f9d43
More information about the pld-cvs-commit
mailing list