Date:2010-07-22 10:28:39 (13 years 8 months ago)
Author:jow
Commit:69c098312d4ea490892bdfd33aaa7df20dac0519
Message:[package] busybox: fix compilation on FreeBSD

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22348 3c298f89-4303-0410-b956-a3cf2f4a3e73
Files: package/busybox/patches/920-freebsd_fixes.patch (1 diff)

Change Details

package/busybox/patches/920-freebsd_fixes.patch
1--- a/include/platform.h
2@@ -253,7 +253,7 @@ typedef int socklen_t;
3 # define HAVE_FEATURES_H
4 # include <stdint.h>
5 # define HAVE_STDINT_H
6-#elif !defined __APPLE__
7+#elif !defined(__APPLE__) && !defined(__FreeBSD__)
8 /* Largest integral types. */
9 # if BB_BIG_ENDIAN
10 /* Looks BROKEN! */

Archive Download the corresponding diff file



interactive