commit c450bf277fdb9a88430baa1315910a764f5f9d43
Author: Jacek Konieczny <[email protected]>
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

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to