Comment out TIME_T_32_BIT_OK

This commit is contained in:
Thomas Trepl 2023-05-01 11:29:12 +02:00
parent a28bb20e62
commit b371ee7b8c

View File

@ -47,21 +47,22 @@
<para>Prepare Findutils for compilation:</para>
<!-- no longer needed with gcc13
<screen><userinput remap="configure">case $(uname -m) in
i?86) TIME_T_32_BIT_OK=yes ./configure --prefix=/usr --localstatedir=/var/lib/locate ;;
x86_64) ./configure --prefix=/usr --localstatedir=/var/lib/locate ;;
i?86) TIME_T_32_BIT_OK=yes ./configure - -prefix=/usr - -localstatedir=/var/lib/locate ;;
x86_64) ./configure - -prefix=/usr - -localstatedir=/var/lib/locate ;;
esac</userinput></screen>
-->
<variablelist>
<title>The meaning of the configure options:</title>
<!--
<varlistentry>
<term><command>TIME_32_BIT_OK=yes</command></term>
<listitem>
<para>This setting is needed for building on a 32 bit system.</para>
</listitem>
</varlistentry>
-->
<varlistentry>
<term><parameter>--localstatedir</parameter></term>
<listitem>