Ignore:
Timestamp:
Jun 28, 2008, 11:50:17 AM (16 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
818cf09
Parents:
d7609f9
Message:

Add a config.cache entry to Coreutils so that the df program will be built.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/temp-system/common/coreutils.xml

    rd7609f9 rc619d5e9  
    3131    xpointer="xpointer(//*[@os='s2'])"/>
    3232
     33    <para os="ba">Configure can not properly determine how to get free space
     34    when cross-compiling, Without putting the following entry into
     35    <filename>config.cache</filename> the <command>df</command> program will
     36    not be built.</para>
     37
     38<screen os="bb"><userinput>echo "fu_cv_sys_stat_statfs2_bsize=yes" &gt; config.cache</userinput></screen>
     39
    3340    <para os="bd">Prepare Coreutils for compilation:</para>
    3441
    3542<screen os="be"><userinput>./configure --prefix=/tools \
    36     --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
     43    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     44    --cache-file=config.cache</userinput></screen>
    3745
    3846    <para os="m1">When we changed the futimens references, one of the files we
Note: See TracChangeset for help on using the changeset viewer.