Ignore:
Timestamp:
May 25, 2017, 7:21:57 PM (7 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
master, systemd
Children:
fcb8b8e3
Parents:
667fce2
Message:

Update Coreutils to 8.27.

File:
1 edited

Legend:

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

    r667fce2 r9edf96a  
    2323    <title>Installation of Coreutils</title>
    2424
    25     <para os="ba">Configure can not properly determine how to get free space
    26     when cross-compiling - as a result, the <command>df</command> program will
    27     not be built. Add the following entries to <filename>config.cache</filename>
    28     to correct this, and fix various cross-compiling issues:</para>
    29 
    30 <screen os="bb"><userinput>cat &gt; config.cache &lt;&lt; EOF
    31 fu_cv_sys_stat_statfs2_bsize=yes
    32 gl_cv_func_working_mkstemp=yes
    33 EOF</userinput></screen>
    34 
    35     <para os="p1">Apply a patch to prevent Coreutils from generating manpages :</para>
    36 
    37 <screen os="p2"><userinput>patch -Np1 -i ../&coreutils-noman-patch;</userinput></screen>
    38 
    3925    <para os="bd">Prepare Coreutils for compilation:</para>
    4026
     
    5945    </variablelist>
    6046
     47   <para os="s1">Adjust the Makefile so man pages aren't generated:</para>
     48
     49<screen os="s2"><userinput>sed -i -e 's/^man1_MANS/#man1_MANS/' Makefile</userinput></screen>
     50
    6151   <para os="bf">Compile the package:</para>
    6252
Note: See TracChangeset for help on using the changeset viewer.