summaryrefslogtreecommitdiffstats
path: root/package/coreutils
diff options
context:
space:
mode:
authorMartin Banky <martin.banky@gmail.com>2010-09-30 12:03:35 -0700
committerPeter Korsgaard <jacmet@sunsite.dk>2011-01-14 00:39:25 +0100
commiteff539ef5cda6c3cec50cb26d975322b47170336 (patch)
treef0f133531c93c0cf522851958d5596116c3dbb79 /package/coreutils
parent480afee911dad1e6e003d58877ee9528fc475412 (diff)
downloadbuildroot-novena-eff539ef5cda6c3cec50cb26d975322b47170336.tar.gz
buildroot-novena-eff539ef5cda6c3cec50cb26d975322b47170336.zip
coreutils: changed/removed some of the configure environmental variables
gl_ac_cv_func_link_follows_symlink=no - changed to gl_cv_func_link_follows_symlink gl_cv_func_mkdir_trailing_slash_bug=no - no longer used gl_cv_func_rename_dest_exists_bug=no - no longer used gl_cv_func_rename_trailing_slash_bug=no - no longer used Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/coreutils')
-rw-r--r--package/coreutils/coreutils.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/package/coreutils/coreutils.mk b/package/coreutils/coreutils.mk
index 73dd66294..ae8863f5d 100644
--- a/package/coreutils/coreutils.mk
+++ b/package/coreutils/coreutils.mk
@@ -38,14 +38,11 @@ COREUTILS_CONF_ENV = ac_cv_c_restrict=no \
ac_use_included_regex=no \
am_cv_func_working_getline=yes \
fu_cv_sys_stat_statfs2_bsize=yes \
- gl_ac_cv_func_link_follows_symlink=no \
gl_cv_func_getcwd_null=yes \
gl_cv_func_getcwd_path_max=yes \
gl_cv_func_gettimeofday_clobber=no \
- gl_cv_func_mkdir_trailing_slash_bug=no \
+ gl_cv_func_link_follows_symlink=no \
gl_cv_func_re_compile_pattern_working=yes \
- gl_cv_func_rename_dest_exists_bug=no \
- gl_cv_func_rename_trailing_slash_bug=no \
gl_cv_func_svid_putenv=yes \
gl_cv_func_tzset_clobber=no \
gl_cv_func_working_mkstemp=yes \