Package: xen-api-libs / 0.5.2-3

0002-type-conv-2.3.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
From: Jon Ludlam <jonathan.ludlam@eu.citrix.com>
Date: Tue, 22 Nov 2011 00:30:33 +0000
Subject: type-conv-2.3

---
 config.mk.in      |    2 +-
 rpc-light/META.in |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/config.mk.in b/config.mk.in
index eca1464..eaf8a35 100644
--- a/config.mk.in
+++ b/config.mk.in
@@ -27,7 +27,7 @@ OCAMLYACC = ocamlyacc
 OCAMLCFLAGS = -dtypes
 OCAMLOPTFLAGS = -g -dtypes
 
-RPCLIGHTFLAGS = -package camlp4,type-conv -ppopt -I -ppopt /usr/lib/ocaml/type-conv  -ppopt -I -ppopt ../rpc-light -ppopt pa_rpc.cma -syntax camlp4o -I ../rpc-light -I ../jsonrpc -I ../rpc-light 
+RPCLIGHTFLAGS = -package camlp4,type-conv -ppopt -I -ppopt ../rpc-light -ppopt pa_rpc.cma -syntax camlp4o -I ../rpc-light -I ../jsonrpc -I ../rpc-light
 
 DOCDIR = ../doc
 
diff --git a/rpc-light/META.in b/rpc-light/META.in
index ccf738a..0170fef 100644
--- a/rpc-light/META.in
+++ b/rpc-light/META.in
@@ -5,7 +5,7 @@ requires = "rpc-light.xml, rpc-light.json"
 package "syntax" (
   version = "@VERSION@"
   description = "rpc-light: library to marshalling/unmarshalling ML types to/from RPC intermediate language"
-  requires = "type-conv.syntax"
+  requires = "type-conv"
   archive(syntax,preprocessor) = "pa_rpc.cma"
   archive(syntax,toploop) = "pa_rpc.cma"
   )
--