Author: bdubbs
Date: Sat Aug 18 12:56:14 2018
New Revision: 20330
Log:
Fix inadvertently changes shared-mime-info; changes were
supposed to be in sharutils due to changes in glibc-2.28.
Modified:
trunk/BOOK/general/genutils/shared-mime-info.xml
trunk/BOOK/general/genutils/sharutils.xml
Modified: trunk/BOOK/general/genutils/shared-mime-info.xml
==============================================================================
--- trunk/BOOK/general/genutils/shared-mime-info.xml Sat Aug 18 12:42:11
2018 (r20329)
+++ trunk/BOOK/general/genutils/shared-mime-info.xml Sat Aug 18 12:56:14
2018 (r20330)
@@ -37,7 +37,7 @@
supporting applications.
</para>
- &lfs83_checked;
+ &lfs82_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
@@ -100,10 +100,7 @@
following commands:
</para>
-<screen><userinput>sed -i 's/IO_ftrylockfile/IO_EOF_SEEN/' lib/*.c
&&
-echo "#define _IO_IN_BACKUP 0x100" >> lib/stdio-impl.h &&
-
-./configure --prefix=/usr &&
+<screen><userinput>./configure --prefix=/usr &&
make</userinput></screen>
<para>
Modified: trunk/BOOK/general/genutils/sharutils.xml
==============================================================================
--- trunk/BOOK/general/genutils/sharutils.xml Sat Aug 18 12:42:11 2018
(r20329)
+++ trunk/BOOK/general/genutils/sharutils.xml Sat Aug 18 12:56:14 2018
(r20330)
@@ -34,7 +34,7 @@
utilities that can create 'shell' archives.
</para>
- &lfs82_checked;
+ &lfs83_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
@@ -83,8 +83,9 @@
the following commands:
</para>
-<screen><userinput>sed -i 's/IO_ftrylockfile/IO_EOF_SEEN/' lib/*.c &&
+<screen><userinput>sed -i 's/IO_ftrylockfile/IO_EOF_SEEN/' lib/*.c
&&
echo "#define _IO_IN_BACKUP 0x100" >> lib/stdio-impl.h &&
+
./configure --prefix=/usr &&
make</userinput></screen>
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page