]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
dont check for the non-existant define 'HAVE_TIME_R_POSIX'
authorEric Andersen <andersen@codepoet.org>
Wed, 19 Apr 2006 20:24:12 +0000 (20:24 -0000)
committerEric Andersen <andersen@codepoet.org>
Wed, 19 Apr 2006 20:24:12 +0000 (20:24 -0000)
package/coreutils/coreutils-compile.patch [new file with mode: 0644]

diff --git a/package/coreutils/coreutils-compile.patch b/package/coreutils/coreutils-compile.patch
new file mode 100644 (file)
index 0000000..bcf1f9e
--- /dev/null
@@ -0,0 +1,11 @@
+--- lib/time_r.h.orig  2006-04-19 12:03:46.000000000 -0600
++++ lib/time_r.h       2006-04-19 12:03:50.000000000 -0600
+@@ -26,7 +26,7 @@
+    those declarations.  */
+ #include <time.h>
+-#if !HAVE_TIME_R_POSIX
++#if 0
+ # undef asctime_r
+ # undef ctime_r
+ # undef gmtime_r