]> git.pld-linux.org Git - packages/ocaml-net.git/blob - ocaml-net-buildfix.patch
Release 4 (by relup.sh)
[packages/ocaml-net.git] / ocaml-net-buildfix.patch
1 diff -urNp -x '*.orig' ocamlnet-4.1.5.org/src/rpc-auth-local/rpclocal.c ocamlnet-4.1.5/src/rpc-auth-local/rpclocal.c
2 --- ocamlnet-4.1.5.org/src/rpc-auth-local/rpclocal.c    2017-12-06 21:20:53.000000000 +0100
3 +++ ocamlnet-4.1.5/src/rpc-auth-local/rpclocal.c        2021-03-24 23:42:02.899293672 +0100
4 @@ -8,6 +8,8 @@
5  
6  #include "config.h"
7  
8 +#define _GNU_SOURCE
9 +
10  #include "caml/mlvalues.h"
11  #include "caml/alloc.h"
12  #include "caml/memory.h"
This page took 0.248962 seconds and 3 git commands to generate.