From 0e40c7b459f3803bb44bca20304389c6999a2770 Mon Sep 17 00:00:00 2001 From: Waldemar Date: Sat, 19 Dec 2009 14:25:32 +0059 Subject: add more mirbsd compatibility patches --- package/busybox/patches/patch-include_libbb_h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 package/busybox/patches/patch-include_libbb_h (limited to 'package/busybox/patches/patch-include_libbb_h') diff --git a/package/busybox/patches/patch-include_libbb_h b/package/busybox/patches/patch-include_libbb_h new file mode 100644 index 000000000..0087dbde5 --- /dev/null +++ b/package/busybox/patches/patch-include_libbb_h @@ -0,0 +1,18 @@ +--- busybox-1.15.2.orig/include/libbb.h Thu Oct 8 03:04:16 2009 ++++ busybox-1.15.2/include/libbb.h Sat Dec 19 12:42:57 2009 +@@ -48,6 +48,7 @@ + #define PATH_MAX 256 + #endif + ++#if !(defined __APPLE__ || defined __FreeBSD__ || defined __MirBSD__ ) + #ifdef HAVE_MNTENT_H + #include + #endif +@@ -61,6 +62,7 @@ + #include + #include + #include ++#endif + #endif + + #if ENABLE_LOCALE_SUPPORT -- cgit v1.2.3