aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/findutils.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2019-09-02 03:00:49 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2019-09-02 03:00:49 +0000
commit8e1baccc0fcb51ca8c0da0751afd9a6ffce425ad (patch)
tree1035ea25ec907a35072d01d10d6aaa4ff0f892ca /chapter05/findutils.xml
parent7f0167734df932ccca0c24a549b13c9cd88c82c7 (diff)
Update to linux-5.2.4.
Update to man-db-2.8.7. Update to meson-0.51.2. Update to findutils-4.7.0. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11665 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/findutils.xml')
-rw-r--r--chapter05/findutils.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/findutils.xml b/chapter05/findutils.xml
index d9d1a7a74..064a9e848 100644
--- a/chapter05/findutils.xml
+++ b/chapter05/findutils.xml
@@ -42,13 +42,13 @@
<sect2 role="installation">
<title>Installation of Findutils</title>
-
+<!--
<para>First, make some fixes required by glibc-2.28:</para>
<screen><userinput remap="pre">sed -i 's/IO_ftrylockfile/IO_EOF_SEEN/' gl/lib/*.c
sed -i '/unistd/a #include &lt;sys/sysmacros.h&gt;' gl/lib/mountlist.c
echo "#define _IO_IN_BACKUP 0x100" >> gl/lib/stdio-impl.h</userinput></screen>
-
+-->
<para>Prepare Findutils for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/tools</userinput></screen>