Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/coreutils.xml

    rc9629e03 r0eb98bde  
    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.