diff options
-rw-r--r-- | chapter01/changelog.xml | 10 | ||||
-rw-r--r-- | chapter06/psmisc.xml | 5 | ||||
-rw-r--r-- | general.ent | 4 |
3 files changed, 17 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 632157071..9695006ab 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -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> diff --git a/chapter06/psmisc.xml b/chapter06/psmisc.xml index 7232f01f8..2e7561014 100644 --- a/chapter06/psmisc.xml +++ b/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 <sys\/user.h>@#include <bits\/types.h>\n&@' configure</userinput></screen> + <para>Prepare Psmisc for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen> diff --git a/general.ent b/general.ent index e6beb3c52..d31ea7c33 100644 --- a/general.ent +++ b/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 – --> <!ENTITY milestone "6.7"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> |