فهرست منبع

Build and install peekfd on x86_64 as well as x86. Fixes #2734.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9355 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 15 سال پیش
والد
کامیت
35c3951268
3فایلهای تغییر یافته به همراه17 افزوده شده و 2 حذف شده
  1. 10 0
      chapter01/changelog.xml
  2. 5 0
      chapter06/psmisc.xml
  3. 2 2
      general.ent

+ 10 - 0
chapter01/changelog.xml

@@ -37,6 +37,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>

+ 5 - 0
chapter06/psmisc.xml

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

+ 2 - 2
general.ent

@@ -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}]" -->