The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / libtirpc / 0002-uClibc-without-RPC-support-does-not-install-rpcent.h.patch
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/libtirpc/0002-uClibc-without-RPC-support-does-not-install-rpcent.h.patch b/cirros-testvm/src-cirros/buildroot-2015.05/package/libtirpc/0002-uClibc-without-RPC-support-does-not-install-rpcent.h.patch
new file mode 100644 (file)
index 0000000..6ec5d8e
--- /dev/null
@@ -0,0 +1,29 @@
+From a20f33ad121fb1e9d1fbc31a0044546450677e7a Mon Sep 17 00:00:00 2001
+From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
+Date: Sat, 23 Jun 2012 21:58:07 +0200
+Subject: [PATCH] uClibc without RPC support does not install rpcent.h
+
+Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
+---
+ tirpc/rpc/rpcent.h | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+diff --git a/tirpc/rpc/rpcent.h b/tirpc/rpc/rpcent.h
+index c865e51..45775ed 100644
+--- a/tirpc/rpc/rpcent.h
++++ b/tirpc/rpc/rpcent.h
+@@ -46,8 +46,9 @@
+ __BEGIN_DECLS
+-/* These are defined in /usr/include/rpc/netdb.h */
+-#if 0
++/* 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__)
+ struct rpcent {
+       char    *r_name;        /* name of server for this rpc program */
+       char    **r_aliases;    /* alias list */
+-- 
+2.0.0
+