Changeset bf87a72 for BOOK/chroot/common


Ignore:
Timestamp:
Jun 6, 2012, 1:09:35 PM (12 years ago)
Author:
Jonathan Norman <jon@…>
Branches:
clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
e636fa9
Parents:
3e3e226
git-author:
Jonathan Norman <jon@…> (06/06/12 12:25:18)
git-committer:
Jonathan Norman <jon@…> (06/06/12 13:09:35)
Message:

Updated coreutils from 2.20 to 2.20.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/chroot/common/util-linux.xml

    r3e3e226 rbf87a72  
    2323    <title>Installation of Util-linux</title>
    2424
     25    <para os="f1">Util-linux cannot test for scanf type modifiers when cross compiling
     26      and stops. We can issue the following to instruct it to use the one
     27      we've compiled.</para>
     28   
     29    <screen os="f2"><userinput>echo "scanf_cv_type_modifier=as" > config.cache</userinput></screen>
     30
    2531    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    2632    href="../../final-system/common/util-linux.xml"
     
    2935<screen os="b"><userinput>./configure --prefix=/tools \
    3036    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    31     --disable-makeinstall-chown</userinput></screen>
     37    --disable-makeinstall-chown --config-cache</userinput></screen>
    3238
    3339    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.