summaryrefslogtreecommitdiffstats
path: root/meta/packages/zeroconf/zeroconf/compilefix.patch
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-09-04 10:07:29 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2009-09-04 10:07:29 +0100
commit0e842cf1b5356090005ddb301e86bee7b1a180fb (patch)
tree0024ab53d324a17a6fdd224e551d09aeccb3f876 /meta/packages/zeroconf/zeroconf/compilefix.patch
parenta340d3cda7c5716376ae3b6a1e3d96139704cbfd (diff)
downloadpoky-0e842cf1b5356090005ddb301e86bee7b1a180fb.tar.gz
zeroconf: Fix compile issue
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/zeroconf/zeroconf/compilefix.patch')
-rw-r--r--meta/packages/zeroconf/zeroconf/compilefix.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/packages/zeroconf/zeroconf/compilefix.patch b/meta/packages/zeroconf/zeroconf/compilefix.patch
new file mode 100644
index 0000000000..b7b917dc2b
--- /dev/null
+++ b/meta/packages/zeroconf/zeroconf/compilefix.patch
@@ -0,0 +1,17 @@
1| zeroconf.c: In function 'main':
2| zeroconf.c:145: error: 'PATH_MAX' undeclared (first use in this function)
3
4RP - 4/9/09
5
6Index: zeroconf-0.9/zeroconf.c
7===================================================================
8--- zeroconf-0.9.orig/zeroconf.c 2009-09-04 10:05:25.000000000 +0100
9+++ zeroconf-0.9/zeroconf.c 2009-09-04 10:05:42.000000000 +0100
10@@ -33,6 +33,7 @@
11 #include <net/if_arp.h>
12 #include <sys/time.h>
13 #include <signal.h>
14+#include <limits.h>
15
16 #include "delay.h"
17