Re: [libvirt] [ocaml PATCH] build: build with CAML_NAME_SPACE

2019-05-28 Thread Richard W.M. Jones
On Tue, May 28, 2019 at 10:29:43AM +0200, Pino Toscano wrote: > This way no non-namespaced OCaml C symbols are used, reducing the risk > of clashes with other code. > > Signed-off-by: Pino Toscano > --- > libvirt/Makefile.in | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/libvirt/Makef

[libvirt] [ocaml PATCH] build: build with CAML_NAME_SPACE

2019-05-28 Thread Pino Toscano
This way no non-namespaced OCaml C symbols are used, reducing the risk of clashes with other code. Signed-off-by: Pino Toscano --- libvirt/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/libvirt/Makefile.in b/libvirt/Makefile.in index 3a68aed..77462c7 100644 --- a/libvirt/Makefil