From afc5e9078e362b44d8d7861deded16756e097ee6 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 19 Apr 2006 21:17:49 +0000 Subject: fix up coreutils build --- package/coreutils/coreutils-compile.patch | 4 ++-- package/coreutils/coreutils.mk | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'package/coreutils') diff --git a/package/coreutils/coreutils-compile.patch b/package/coreutils/coreutils-compile.patch index bcf1f9e84..e3ba33cd7 100644 --- a/package/coreutils/coreutils-compile.patch +++ b/package/coreutils/coreutils-compile.patch @@ -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 diff --git a/package/coreutils/coreutils.mk b/package/coreutils/coreutils.mk index 0232f50ed..f0936f6f0 100644 --- a/package/coreutils/coreutils.mk +++ b/package/coreutils/coreutils.mk @@ -81,6 +81,7 @@ $(COREUTILS_DIR)/.configured: $(COREUTILS_DIR)/.unpacked 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) \ -- cgit v1.2.3