diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-08-13 07:27:20 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-08-13 07:27:48 +0200 |
commit | 85dcd86f86c3951d112023263011d8f73143b1c5 (patch) | |
tree | fb19f3fa8eba015116b04d8ee4db592eaa30c270 /package/libtirpc/patches/patch-tirpc_rpc_rpcent_h | |
parent | f033b898c3569d3ed4431495662870913a5ab5f1 (diff) |
libtirpc: update to 1.0.2, fix glibc/musl compile issues
Diffstat (limited to 'package/libtirpc/patches/patch-tirpc_rpc_rpcent_h')
-rw-r--r-- | package/libtirpc/patches/patch-tirpc_rpc_rpcent_h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/package/libtirpc/patches/patch-tirpc_rpc_rpcent_h b/package/libtirpc/patches/patch-tirpc_rpc_rpcent_h deleted file mode 100644 index 46dd86d8b..000000000 --- a/package/libtirpc/patches/patch-tirpc_rpc_rpcent_h +++ /dev/null @@ -1,14 +0,0 @@ ---- libtirpc-1.0.1.orig/tirpc/rpc/rpcent.h 2015-10-30 16:15:14.000000000 +0100 -+++ libtirpc-1.0.1/tirpc/rpc/rpcent.h 2015-11-29 16:38:28.630648509 +0100 -@@ -48,8 +48,9 @@ - extern "C" { - #endif - --/* These are defined in /usr/include/rpc/netdb.h */ --#if !defined(__GLIBC__) -+/* These are defined in /usr/include/rpc/netdb.h, unless we are using -+ the C library without RPC support. */ -+#if defined(__UCLIBC__) && !defined(__UCLIBC_HAS_RPC__) || !defined(__GLIBC__) - struct rpcent { - char *r_name; /* name of server for this rpc program */ - char **r_aliases; /* alias list */ |