Changeset a28bb20


Ignore:
Timestamp:
04/27/2023 03:19:31 PM (12 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.0, 12.0-rc1, 12.1, 12.1-rc1, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/update-glibc
Children:
b371ee7
Parents:
bd5b888
Message:

Alternate fix for Ch6 coreutils.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/coreutils.xml

    rbd5b888 ra28bb20  
    4444    <title>Installation of Coreutils</title>
    4545
     46<!--
    4647<screen><userinput remap="configure">export gl_cv_macro_MB_CUR_MAX_good=y</userinput></screen>
    47 
     48-->
    4849    <para>Prepare Coreutils for compilation:</para>
    4950
     
    5253            --build=$(build-aux/config.guess) \
    5354            --enable-install-program=hostname \
    54             --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>
    5557
    5658    <variablelist>
Note: See TracChangeset for help on using the changeset viewer.