From d8a3cfe3d7691fd44ee341b4753c602c10b7db7b Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 25 Oct 2016 21:00:47 +0200 Subject: toybox: new package --- package/toybox/patches/patch-lib_portability_h | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 package/toybox/patches/patch-lib_portability_h (limited to 'package/toybox/patches/patch-lib_portability_h') diff --git a/package/toybox/patches/patch-lib_portability_h b/package/toybox/patches/patch-lib_portability_h new file mode 100644 index 000000000..25c24d19c --- /dev/null +++ b/package/toybox/patches/patch-lib_portability_h @@ -0,0 +1,22 @@ +--- toybox-0.7.1.orig/lib/portability.h 2016-06-01 00:33:23.000000000 +0200 ++++ toybox-0.7.1/lib/portability.h 2016-10-16 12:32:11.000000000 +0200 +@@ -22,7 +22,9 @@ + + // This isn't in the spec, but it's how we determine what libc we're using. + ++#ifndef __APPLE__ + #include ++#endif + + // Types various replacement prototypes need + #include +@@ -211,7 +213,9 @@ ssize_t getline(char **lineptr, size_t * + + // Linux headers not listed by POSIX or LSB + #include ++#ifndef __APPLE__ + #include ++#endif + + // Android is missing some headers and functions + // "generated/config.h" is included first -- cgit v1.2.3