mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
dont check for the non-existant define 'HAVE_TIME_R_POSIX'
This commit is contained in:
11
package/coreutils/coreutils-compile.patch
Normal file
11
package/coreutils/coreutils-compile.patch
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user