Author: renodr
Date: Wed Aug  8 17:32:36 2018
New Revision: 20277

Log:
Fix sharutils to build with glibc-2.28

Modified:
   trunk/BOOK/general/genutils/sharutils.xml
   trunk/BOOK/introduction/welcome/changelog.xml

Modified: trunk/BOOK/general/genutils/sharutils.xml
==============================================================================
--- trunk/BOOK/general/genutils/sharutils.xml   Wed Aug  8 17:15:25 2018        
(r20276)
+++ trunk/BOOK/general/genutils/sharutils.xml   Wed Aug  8 17:32:36 2018        
(r20277)
@@ -83,7 +83,9 @@
       the following commands:
     </para>
 
-<screen><userinput>./configure --prefix=/usr &amp;&amp;
+<screen><userinput>sed -i 's/IO_ftrylockfile/IO_EOF_SEEN/' lib/*.c &amp;&amp;
+echo "#define _IO_IN_BACKUP 0x100" >> lib/stdio-impl.h &amp;&amp;
+./configure --prefix=/usr &amp;&amp;
 make</userinput></screen>
 
     <para>

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Wed Aug  8 17:15:25 
2018        (r20276)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Wed Aug  8 17:32:36 
2018        (r20277)
@@ -52,6 +52,10 @@
           <para>[renodr] - Update to unrar-5.6.5. Fixes
           <ulink url="&blfs-ticket-root;10900">#10900</ulink>.</para>
         </listitem>
+        <listitem>
+          <para>[renodr] - Implement a build fix for sharutils related to
+          glibc-2.28.</para>
+        </listitem>
       </itemizedlist>
     </listitem>
 
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to