summaryrefslogtreecommitdiff
path: root/package/coreutils
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2006-04-19 20:24:12 +0000
committerEric Andersen <andersen@codepoet.org>2006-04-19 20:24:12 +0000
commitf144786ff54ac483f3d6af57f45ea13c90b21eaa (patch)
tree0f3730b40ae575cd6fa036f041ada4baa2842c6f /package/coreutils
parent54ba8b7024fd1dcffa735cff3a1ac1dfebbf0405 (diff)
dont check for the non-existant define 'HAVE_TIME_R_POSIX'
Diffstat (limited to 'package/coreutils')
-rw-r--r--package/coreutils/coreutils-compile.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/coreutils/coreutils-compile.patch b/package/coreutils/coreutils-compile.patch
new file mode 100644
index 000000000..bcf1f9e84
--- /dev/null
+++ b/package/coreutils/coreutils-compile.patch
@@ -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