svn commit: trunk/buildroot/package/coreutils

andersen at uclibc.org andersen at uclibc.org
Wed Apr 19 20:24:14 UTC 2006


Author: andersen
Date: 2006-04-19 13:24:12 -0700 (Wed, 19 Apr 2006)
New Revision: 14922

Log:
dont check for the non-existant define 'HAVE_TIME_R_POSIX'


Added:
   trunk/buildroot/package/coreutils/coreutils-compile.patch


Changeset:
Added: trunk/buildroot/package/coreutils/coreutils-compile.patch
===================================================================
--- trunk/buildroot/package/coreutils/coreutils-compile.patch	2006-04-19 18:36:02 UTC (rev 14921)
+++ trunk/buildroot/package/coreutils/coreutils-compile.patch	2006-04-19 20:24:12 UTC (rev 14922)
@@ -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




More information about the uClibc-cvs mailing list