diff options
Diffstat (limited to 'chapter05/findutils.xml')
-rw-r--r-- | chapter05/findutils.xml | 4 |
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 <sys/sysmacros.h>' 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> |