[packages/llvm/llvm-3.7] fix ocaml build
jajcus
jajcus at pld-linux.org
Fri Oct 28 09:40:39 CEST 2016
commit 114e10871e19bdb2e387c8d19d991b583ddeff94
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 f99b88b..1117e85 100644
--- a/llvm.spec
+++ b/llvm.spec
@@ -437,7 +437,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/114e10871e19bdb2e387c8d19d991b583ddeff94
More information about the pld-cvs-commit
mailing list