Author: krejzi
Date: Tue Mar 12 12:22:03 2013
New Revision: 11093

Log:
Fix jfsutils build on LFS 7.3.

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/postlfs/filesystems/jfs.xml

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Tue Mar 12 10:57:44 2013        (r11092)
+++ trunk/BOOK/general.ent      Tue Mar 12 12:22:03 2013        (r11093)
@@ -3,13 +3,13 @@
 $Date$
 -->
 
-<!ENTITY day          "10">                   <!-- Always 2 digits -->
+<!ENTITY day          "12">                   <!-- Always 2 digits -->
 <!ENTITY month        "03">                   <!-- Always 2 digits -->
 <!ENTITY year         "2013">
 <!ENTITY copyrightdate "2001-&year;">
 <!ENTITY copyholder   "The BLFS Development Team">
 <!ENTITY version      "&year;-&month;-&day;">
-<!ENTITY releasedate  "March 10th, &year;">
+<!ENTITY releasedate  "March 12th, &year;">
 <!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
 <!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
 <!ENTITY lfs-version  "development">          <!-- 
version|testing|unstable|development] -->

Modified: trunk/BOOK/postlfs/filesystems/jfs.xml
==============================================================================
--- trunk/BOOK/postlfs/filesystems/jfs.xml      Tue Mar 12 10:57:44 2013        
(r11092)
+++ trunk/BOOK/postlfs/filesystems/jfs.xml      Tue Mar 12 12:22:03 2013        
(r11093)
@@ -82,7 +82,8 @@
     <para>Install <application>jfsutils</application> by running the following
     commands:</para>
 
-<screen><userinput>configure &amp;&amp;
+<screen><userinput>sed "s@&lt;unistd.h&gt;@&amp;\n#include 
&lt;sys/types.h&gt;@g" -i fscklog/extract.c &amp;&amp;
+./configure &amp;&amp;
 make</userinput></screen>
 
     <para>This package does not come with a test suite.</para>
@@ -93,6 +94,16 @@
 
   </sect2>
 
+  <sect2 role="commands">
+    <title>Command Explanations</title>
+
+    <para>
+      <command>sed "s@&lt;unistd.h&gt;@&amp;\n#include &lt;sys/types.h&gt;@g" 
-i
+      fscklog/extract.c</command>: Fixes building with Glibc 2.17.
+    </para>
+
+  </sect2>
+
   <sect2 role="content">
     <title>Contents</title>
 
-- 
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