Changeset 4e28354 for chapter06


Ignore:
Timestamp:
06/05/2023 03:31:45 PM (16 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/clfs-ng
Children:
b9fe11d
Parents:
7a570bd (diff), 0f18f2b (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge remote-tracking branch 'origin/trunk' into xry111/clfs-ng

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/coreutils.xml

    r7a570bd r4e28354  
    4444    <title>Installation of Coreutils</title>
    4545
     46<!--
     47<screen><userinput remap="configure">export gl_cv_macro_MB_CUR_MAX_good=y</userinput></screen>
     48-->
    4649    <para>Prepare Coreutils for compilation:</para>
    4750
     
    5053            --build=$(build-aux/config.guess) \
    5154            --enable-install-program=hostname \
    52             --enable-no-install-program=kill,uptime</userinput></screen>
     55            --enable-no-install-program=kill,uptime \
     56            gl_cv_macro_MB_CUR_MAX_good=y</userinput></screen>
    5357
    5458    <variablelist>
     
    6165          and installed &ndash; it is disabled by default but is required by the
    6266          Perl test suite.</para>
     67        </listitem>
     68      </varlistentry>
     69
     70      <varlistentry>
     71        <term><envar>gl_cv_macro_MB_CUR_MAX_good=y</envar></term>
     72        <listitem>
     73          <para>This is needed to work around an issue in the gnulib copy
     74          shipped by the package which would break cross compilation.</para>
    6375        </listitem>
    6476      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.