Author: matthew
Date: 2010-08-15 12:29:37 -0600 (Sun, 15 Aug 2010)
New Revision: 9355

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter06/psmisc.xml
   trunk/BOOK/general.ent
Log:
Build and install peekfd on x86_64 as well as x86. Fixes #2734.

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2010-08-10 20:45:14 UTC (rev 9354)
+++ trunk/BOOK/chapter01/changelog.xml  2010-08-15 18:29:37 UTC (rev 9355)
@@ -38,6 +38,16 @@
 -->
 
     <listitem>
+      <para>2010-08-15</para>
+      <itemizedlist>
+         <listitem>
+           <para>[matthew] - Build peekfd on x86_64 as well as x86. Fixes
+           <ulink url="&lfs-ticket-root;2734">#2734</ulink>.</para>
+         </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>2010-08-10</para>
       <itemizedlist>
          <listitem>

Modified: trunk/BOOK/chapter06/psmisc.xml
===================================================================
--- trunk/BOOK/chapter06/psmisc.xml     2010-08-10 20:45:14 UTC (rev 9354)
+++ trunk/BOOK/chapter06/psmisc.xml     2010-08-15 18:29:37 UTC (rev 9355)
@@ -41,6 +41,11 @@
   <sect2 role="installation">
     <title>Installation of Psmisc</title>
 
+    <para>Fix a bug that prevents <command>peekfd</command> from being built on
+    the x86_64 architecture:</para>
+
+<screen><userinput remap="pre">sed -i 's...@#include 
&lt;sys\/user.h&gt;@#include &lt;bits\/types.h&gt;\n&amp;@' 
configure</userinput></screen>
+
     <para>Prepare Psmisc for compilation:</para>
 
 <screen><userinput remap="configure">./configure 
--prefix=/usr</userinput></screen>

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2010-08-10 20:45:14 UTC (rev 9354)
+++ trunk/BOOK/general.ent      2010-08-15 18:29:37 UTC (rev 9355)
@@ -1,5 +1,5 @@
-<!ENTITY version "SVN-20100810">
-<!ENTITY releasedate "August 10, 2010">
+<!ENTITY version "SVN-20100815">
+<!ENTITY releasedate "August 15, 2010">
 <!ENTITY copyrightdate "1999-2010"><!-- jhalfs needs a literal dash, not 
&ndash; -->
 <!ENTITY milestone "6.7">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or 
"x.y[-pre{x}]" -->

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to