diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-09-22 20:24:17 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-09-22 20:24:17 +0000 |
commit | 572eb8fa3c7b391bc40dcec0556577fd1134d12b (patch) | |
tree | be7239770b1edd2a85805324074e0fc0ccbe46d6 /chapter06/psmisc.xml | |
parent | ebd0c23fa10f502154d212eff7b34fb2532de917 (diff) |
Upgrade to Psmisc-22.13. Fixes #2751.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9385 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/psmisc.xml')
-rw-r--r-- | chapter06/psmisc.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chapter06/psmisc.xml b/chapter06/psmisc.xml index bbf245f74..cefd5e487 100644 --- a/chapter06/psmisc.xml +++ b/chapter06/psmisc.xml @@ -41,11 +41,6 @@ <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> |