From 0e842cf1b5356090005ddb301e86bee7b1a180fb Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 4 Sep 2009 10:07:29 +0100 Subject: zeroconf: Fix compile issue Signed-off-by: Richard Purdie --- meta/packages/zeroconf/zeroconf/compilefix.patch | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 meta/packages/zeroconf/zeroconf/compilefix.patch (limited to 'meta/packages/zeroconf/zeroconf/compilefix.patch') 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 @@ +| zeroconf.c: In function 'main': +| zeroconf.c:145: error: 'PATH_MAX' undeclared (first use in this function) + +RP - 4/9/09 + +Index: zeroconf-0.9/zeroconf.c +=================================================================== +--- zeroconf-0.9.orig/zeroconf.c 2009-09-04 10:05:25.000000000 +0100 ++++ zeroconf-0.9/zeroconf.c 2009-09-04 10:05:42.000000000 +0100 +@@ -33,6 +33,7 @@ + #include + #include + #include ++#include + + #include "delay.h" + -- cgit v1.2.3-54-g00ecf