diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-08-15 18:29:37 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-08-15 18:29:37 +0000 |
commit | 35c395126803b54fec25d47bcef425c114405f4a (patch) | |
tree | ef5cdf4dc6e2444c2b5b1dd343d157ed6840736f | |
parent | b188c43af9034c7caa658c8de98b160f5cbe127f (diff) |
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
-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}]" --> |