From 6c51e308c76296bb4cfee4b64897d2f29ddb989c Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Tue, 10 Aug 2010 20:48:50 +0200 Subject: zeroconf: renamed files to zeroconf-0.9 Signed-off-by: Frans Meulenbroeks --- .../zeroconf/zeroconf-0.9/zeroconf-limits.h.patch | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 recipes/zeroconf/zeroconf-0.9/zeroconf-limits.h.patch (limited to 'recipes/zeroconf/zeroconf-0.9/zeroconf-limits.h.patch') diff --git a/recipes/zeroconf/zeroconf-0.9/zeroconf-limits.h.patch b/recipes/zeroconf/zeroconf-0.9/zeroconf-limits.h.patch new file mode 100644 index 0000000000..46ba208fa5 --- /dev/null +++ b/recipes/zeroconf/zeroconf-0.9/zeroconf-limits.h.patch @@ -0,0 +1,21 @@ +In newer glibc after this commit. + +http://sourceware.org/cgi-bin/cvsweb.cgi/libc/sysdeps/unix/sysv/linux/bits/socket.h.diff?r1=1.60&r2=1.61&cvsroot=glibc + + +do not include limits.h indirectly through sockets.h so we would need to include limits.h explicitely. + +-Khem + +Index: zeroconf-0.9/zeroconf.c +=================================================================== +--- zeroconf-0.9.orig/zeroconf.c 2008-05-27 16:56:05.000000000 -0700 ++++ zeroconf-0.9/zeroconf.c 2008-05-27 16:56:20.000000000 -0700 +@@ -33,6 +33,7 @@ + #include + #include + #include ++#include + + #include "delay.h" + -- cgit v1.2.3