Author: dnicholson
Date: 2006-04-11 10:27:55 -0600 (Tue, 11 Apr 2006)
New Revision: 5845

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/server/major/nfs-utils.xml
Log:
Added gcc4 patch for nfs-utils-1.0.7

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2006-04-11 07:14:41 UTC (rev 5844)
+++ trunk/BOOK/general.ent      2006-04-11 16:27:55 UTC (rev 5845)
@@ -1,4 +1,4 @@
-<!ENTITY day          "10">                   <!-- Always 2 digits -->
+<!ENTITY day          "11">                   <!-- Always 2 digits -->
 <!ENTITY month        "04">                   <!-- Always 2 digits -->
 <!ENTITY year         "2006">
 <!ENTITY version      "svn-&year;&month;&day;">

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2006-04-11 07:14:41 UTC 
(rev 5844)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2006-04-11 16:27:55 UTC 
(rev 5845)
@@ -42,6 +42,15 @@
 -->
 
     <listitem>
+      <para>April 11th, 2006</para>
+      <itemizedlist>
+        <listitem>
+          <para>[dnicholson] - Added gcc4 patch for nfs-utils-1.0.7.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>April 10th, 2006</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/server/major/nfs-utils.xml
===================================================================
--- trunk/BOOK/server/major/nfs-utils.xml       2006-04-11 07:14:41 UTC (rev 
5844)
+++ trunk/BOOK/server/major/nfs-utils.xml       2006-04-11 16:27:55 UTC (rev 
5845)
@@ -60,6 +60,14 @@
       </listitem>
     </itemizedlist>
 
+    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
+    <itemizedlist spacing='compact'>
+      <listitem>
+        <para>Required patch: <ulink
+        url="&patch-root;/nfs-utils-&nfs-utils-version;-gcc4-1.patch"/></para>
+      </listitem>
+    </itemizedlist>
+
     <bridgehead renderas="sect3">NFS Utilities Dependencies</bridgehead>
 
     <bridgehead renderas="sect4">Required</bridgehead>
@@ -127,7 +135,8 @@
     <para>Install <application>NFS Utilities</application> by running
     the following commands:</para>
 
-<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc \
+<screen><userinput>patch -Np1 -i ../nfs-utils-&nfs-utils-version;-gcc4-1.patch 
&amp;&amp;
+./configure --prefix=/usr --sysconfdir=/etc \
     --disable-nfsv4 --disable-gss &amp;&amp;
 make</userinput></screen>
 

-- 
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