aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Trepl <thomas@linuxfromscratch.org>2023-05-01 11:29:12 +0200
committerThomas Trepl <thomas@linuxfromscratch.org>2023-05-01 11:29:12 +0200
commitb371ee7b8c818f91ee268937825297ba766360fd (patch)
treeaf770debb3fb8dda54b6b273a9a4bcc9026237bf
parenta28bb20e6273fea7d1747b6d32ee12ce7ce32922 (diff)
Comment out TIME_T_32_BIT_OK
-rw-r--r--chapter08/findutils.xml11
1 files changed, 6 insertions, 5 deletions
diff --git a/chapter08/findutils.xml b/chapter08/findutils.xml
index c12452668..8e90ec3c8 100644
--- a/chapter08/findutils.xml
+++ b/chapter08/findutils.xml
@@ -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>