mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-31 11:21:59 +00:00
Comment out TIME_T_32_BIT_OK
This commit is contained in:
parent
a28bb20e62
commit
b371ee7b8c
@ -47,21 +47,22 @@
|
|||||||
|
|
||||||
<para>Prepare Findutils for compilation:</para>
|
<para>Prepare Findutils for compilation:</para>
|
||||||
|
|
||||||
|
<!-- no longer needed with gcc13
|
||||||
<screen><userinput remap="configure">case $(uname -m) in
|
<screen><userinput remap="configure">case $(uname -m) in
|
||||||
i?86) TIME_T_32_BIT_OK=yes ./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 ;;
|
x86_64) ./configure - -prefix=/usr - -localstatedir=/var/lib/locate ;;
|
||||||
esac</userinput></screen>
|
esac</userinput></screen>
|
||||||
|
-->
|
||||||
<variablelist>
|
<variablelist>
|
||||||
<title>The meaning of the configure options:</title>
|
<title>The meaning of the configure options:</title>
|
||||||
|
<!--
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><command>TIME_32_BIT_OK=yes</command></term>
|
<term><command>TIME_32_BIT_OK=yes</command></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>This setting is needed for building on a 32 bit system.</para>
|
<para>This setting is needed for building on a 32 bit system.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
-->
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><parameter>--localstatedir</parameter></term>
|
<term><parameter>--localstatedir</parameter></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
|
Loading…
Reference in New Issue
Block a user