Author: pierre
Date: Fri Mar  7 07:12:35 2014
New Revision: 12834

Log:
Fix building LVM2 with new version of readline (6.3)

Modified:
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/postlfs/filesystems/lvm2.xml

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Thu Mar  6 18:55:22 
2014        (r12833)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Fri Mar  7 07:12:35 
2014        (r12834)
@@ -48,6 +48,11 @@
       <para>March 6th, 2014</para>
       <itemizedlist>
         <listitem>
+          <para>[pierre] - Add a sed to LVM2, to allow building with the new 
version
+          of readline (6.3).
+          </para>
+        </listitem>
+        <listitem>
           <para>[fernando] - Update to gnumeric-1.12.12. Fixes
           <ulink url="&blfs-ticket-root;4696">#4696</ulink>.</para>
         </listitem>

Modified: trunk/BOOK/postlfs/filesystems/lvm2.xml
==============================================================================
--- trunk/BOOK/postlfs/filesystems/lvm2.xml     Thu Mar  6 18:55:22 2014        
(r12833)
+++ trunk/BOOK/postlfs/filesystems/lvm2.xml     Fri Mar  7 07:12:35 2014        
(r12834)
@@ -120,7 +120,9 @@
       commands:
     </para>
 
-<screen><userinput>./configure --prefix=/usr       \
+<screen><userinput><!-- already corrected upstream. Suppress sed for version 
2.02.106
+-->sed -i s/CPPFunction/rl_completion_func_t/ tools/lvm.c &amp;&amp;
+./configure --prefix=/usr       \
             --exec-prefix=      \
             --with-confdir=/etc \
             --enable-applib     \
@@ -150,6 +152,11 @@
     <title>Command Explanations</title>
 
     <para>
+<!-- already corrected upstream. Suppress for version 2.02.106 -->
+      <command>sed -i s/CPPFunction/rl_completion_func_t/ 
tools/lvm.c</command>:
+      Corrects the use of a deprecated typedef.
+    </para>
+    <para>
       <parameter>--enable-applib</parameter>: This switch enables
       building of the shared application library.
     </para>
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to