diff options
author | Eric Andersen <andersen@codepoet.org> | 2006-04-19 21:17:49 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2006-04-19 21:17:49 +0000 |
commit | afc5e9078e362b44d8d7861deded16756e097ee6 (patch) | |
tree | bb3f6d4b6e0884646c80878add978a9890674e36 /package/coreutils/coreutils.mk | |
parent | f144786ff54ac483f3d6af57f45ea13c90b21eaa (diff) | |
download | buildroot-novena-afc5e9078e362b44d8d7861deded16756e097ee6.tar.gz buildroot-novena-afc5e9078e362b44d8d7861deded16756e097ee6.zip |
fix up coreutils build
Diffstat (limited to 'package/coreutils/coreutils.mk')
-rw-r--r-- | package/coreutils/coreutils.mk | 1 |
1 files changed, 1 insertions, 0 deletions
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) \ |