summaryrefslogtreecommitdiff
path: root/package/libtirpc/patches/patch-src_xdr_sizeof_c
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-08-13 07:27:20 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2017-08-13 07:27:48 +0200
commit85dcd86f86c3951d112023263011d8f73143b1c5 (patch)
treefb19f3fa8eba015116b04d8ee4db592eaa30c270 /package/libtirpc/patches/patch-src_xdr_sizeof_c
parentf033b898c3569d3ed4431495662870913a5ab5f1 (diff)
libtirpc: update to 1.0.2, fix glibc/musl compile issues
Diffstat (limited to 'package/libtirpc/patches/patch-src_xdr_sizeof_c')
-rw-r--r--package/libtirpc/patches/patch-src_xdr_sizeof_c10
1 files changed, 10 insertions, 0 deletions
diff --git a/package/libtirpc/patches/patch-src_xdr_sizeof_c b/package/libtirpc/patches/patch-src_xdr_sizeof_c
new file mode 100644
index 000000000..ec67af96e
--- /dev/null
+++ b/package/libtirpc/patches/patch-src_xdr_sizeof_c
@@ -0,0 +1,10 @@
+--- libtirpc-1.0.2.orig/src/xdr_sizeof.c 2017-07-05 17:02:23.000000000 +0200
++++ libtirpc-1.0.2/src/xdr_sizeof.c 2017-08-12 18:47:36.343232184 +0200
+@@ -39,6 +39,7 @@
+ #include <rpc/xdr.h>
+ #include <sys/types.h>
+ #include <stdlib.h>
++#include <stdint.h>
+ #include "un-namespace.h"
+
+ /* ARGSUSED */