svn commit: trunk/buildroot/package/coreutils

andersen at uclibc.org andersen at uclibc.org
Wed Apr 19 21:17:51 UTC 2006


Author: andersen
Date: 2006-04-19 14:17:49 -0700 (Wed, 19 Apr 2006)
New Revision: 14924

Log:
fix up coreutils build


Modified:
   trunk/buildroot/package/coreutils/coreutils-compile.patch
   trunk/buildroot/package/coreutils/coreutils.mk


Changeset:
Modified: trunk/buildroot/package/coreutils/coreutils-compile.patch
===================================================================
--- trunk/buildroot/package/coreutils/coreutils-compile.patch	2006-04-19 20:32:27 UTC (rev 14923)
+++ trunk/buildroot/package/coreutils/coreutils-compile.patch	2006-04-19 21:17:49 UTC (rev 14924)
@@ -1,5 +1,5 @@
---- 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
+--- coreutils/lib/time_r.h.orig	2006-04-19 12:03:46.000000000 -0600
++++ coreutils/lib/time_r.h	2006-04-19 12:03:50.000000000 -0600
 @@ -26,7 +26,7 @@
     those declarations.  */
  #include <time.h>

Modified: trunk/buildroot/package/coreutils/coreutils.mk
===================================================================
--- trunk/buildroot/package/coreutils/coreutils.mk	2006-04-19 20:32:27 UTC (rev 14923)
+++ trunk/buildroot/package/coreutils/coreutils.mk	2006-04-19 21:17:49 UTC (rev 14924)
@@ -81,6 +81,7 @@
 		ac_cv_func_working_mktime=yes \
 		jm_cv_func_working_re_compile_pattern=yes \
 		ac_use_included_regex=no \
+		gl_cv_c_restrict=no \
 		./configure \
 		--target=$(GNU_TARGET_NAME) \
 		--host=$(GNU_TARGET_NAME) \




More information about the uClibc-cvs mailing list