Changeset 9748f02 in clfs-sysroot


Ignore:
Timestamp:
Jun 16, 2006, 4:58:54 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
master
Children:
1531f18
Parents:
1fedb6d
Message:

r3944@server (orig r1773): jciccone | 2006-06-16 16:50:36 -0700
Fixed an issue where coreutils wouldn't install df because of a failed configure test.

File:
1 edited

Legend:

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

    r1fedb6d r9748f02  
    2626    <title>Installation of Coreutils</title>
    2727
    28     <para os="a">Prevent Coreutils from installing binaries that will be
     28    <para os="p1">Prevent Coreutils from installing binaries that will be
    2929    installed by other packages:</para>
    3030
    31 <screen os="b"><userinput>patch -Np1 -i ../&coreutils-suppress-patch;</userinput></screen>
     31<screen os="p2"><userinput>patch -Np1 -i ../&coreutils-suppress-patch;</userinput></screen>
     32
     33    <para os="a">Configure doesn't properly handle the following tests
     34    when cross-compiling:</para>
     35
     36<screen os="b"><userinput>echo "ac_cv_func_setvbuf_reversed=yes" &gt; config.cache
     37echo "fu_cv_sys_stat_statfs2_bsize=yes" &gt;&gt; config.cache</userinput></screen>
    3238
    3339    <para os="c">Now prepare Coreutils for compilation:</para>
    3440
    35 <screen os="d"><userinput>./configure --prefix=/usr \
     41<screen os="d"><userinput>./configure --prefix=/usr --cache-file=config.cache \
    3642   --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen>
    3743
Note: See TracChangeset for help on using the changeset viewer.