Ignore:
Timestamp:
Jun 16, 2007, 12:58:11 PM (17 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
65853035
Parents:
e6fe92a5
Message:

Coreutils no longers looks for setvbuf

File:
1 edited

Legend:

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

    re6fe92a5 r6a580207  
    2323    <title>Installation of Coreutils</title>
    2424
    25     <para os="ba">Coreutils has some issues when cross-compiling. So we
    26     define the items cross-compiling doesn't like:</para>
    27 
    28 <screen os="bc"><userinput>echo "ac_cv_func_setvbuf_reversed=yes" &gt;&gt; config.cache</userinput></screen>
    29 
    3025    <para os="bd">Prepare Coreutils for compilation:</para>
    3126
    32 <screen os="be"><userinput>./configure --prefix=/tools --cache-file=config.cache \
     27<screen os="be"><userinput>./configure --prefix=/tools \
    3328    --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
    3429
Note: See TracChangeset for help on using the changeset viewer.