From: Jo-Philipp Wich Date: Thu, 22 Jul 2010 08:28:39 +0000 (+0000) Subject: busybox: fix compilation on FreeBSD X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fdedeckeh.git;a=commitdiff_plain;h=1d6d3d0d8acacfc88dc0cef484028bcc45621a0d busybox: fix compilation on FreeBSD SVN-Revision: 22348 --- diff --git a/package/busybox/patches/920-freebsd_fixes.patch b/package/busybox/patches/920-freebsd_fixes.patch new file mode 100644 index 0000000000..f823417ea9 --- /dev/null +++ b/package/busybox/patches/920-freebsd_fixes.patch @@ -0,0 +1,11 @@ +--- a/include/platform.h ++++ b/include/platform.h +@@ -253,7 +253,7 @@ typedef int socklen_t; + # define HAVE_FEATURES_H + # include + # define HAVE_STDINT_H +-#elif !defined __APPLE__ ++#elif !defined(__APPLE__) && !defined(__FreeBSD__) + /* Largest integral types. */ + # if BB_BIG_ENDIAN + /* Looks BROKEN! */