Opened 13 years ago
Closed 11 years ago
#869 closed task (fixed)
coreutils 8.13 and later require an additional line to config.cache
Reported by: | John-Michael Denton | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | CLFS Standard 2.0 |
Component: | BOOK | Version: | CLFS Standard 1.2.0 |
Keywords: | coreutils 8.13 config.cache | Cc: |
Description
Text should be changed to read as follows when svn tracks to new version of coreutils.
cat > config.cache << EOF fu_cv_sys_stat_statfs2_bsize=yes gl_cv_func_working_mkstemp=yes gl_cv_func_fstatat_zero_flag=yes EOF
Change History (3)
comment:1 by , 13 years ago
Milestone: | CLFS Standard 1.2.0 → CLFS Standard 2.0 |
---|
comment:2 by , 12 years ago
comment:3 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Using coreutils 8.19 config.cache has this:
gl_cv_func_fstatat_zero_flag=${gl_cv_func_fstatat_zero_flag='guessing yes'}
I'm guessing we don't actually need to add that. Is it safer to not let it guess and add the line or let the fixes for cross compiling in coreutils versions > 8.13 do the job?