Changeset b371ee7


Ignore:
Timestamp:
05/01/2023 09:29:12 AM (12 months ago)
Author:
Thomas Trepl <thomas@…>
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:
0c83920
Parents:
a28bb20
Message:

Comment out TIME_T_32_BIT_OK

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/findutils.xml

    ra28bb20 rb371ee7  
    4848    <para>Prepare Findutils for compilation:</para>
    4949
     50<!-- no longer needed with gcc13
    5051<screen><userinput remap="configure">case $(uname -m) in
    51     i?86)   TIME_T_32_BIT_OK=yes ./configure --prefix=/usr --localstatedir=/var/lib/locate ;;
    52     x86_64) ./configure --prefix=/usr --localstatedir=/var/lib/locate ;;
     52    i?86)   TIME_T_32_BIT_OK=yes ./configure - -prefix=/usr - -localstatedir=/var/lib/locate ;;
     53    x86_64) ./configure - -prefix=/usr - -localstatedir=/var/lib/locate ;;
    5354esac</userinput></screen>
    54 
     55-->
    5556    <variablelist>
    5657      <title>The meaning of the configure options:</title>
    57 
     58<!--
    5859      <varlistentry>
    5960        <term><command>TIME_32_BIT_OK=yes</command></term>
     
    6263        </listitem>
    6364      </varlistentry>
    64 
     65-->
    6566      <varlistentry>
    6667        <term><parameter>--localstatedir</parameter></term>
Note: See TracChangeset for help on using the changeset viewer.