From 35c395126803b54fec25d47bcef425c114405f4a Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Sun, 15 Aug 2010 18:29:37 +0000 Subject: 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 --- chapter06/psmisc.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'chapter06') 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 @@ Installation of Psmisc + Fix a bug that prevents peekfd from being built on + the x86_64 architecture: + +sed -i 's@#include <sys\/user.h>@#include <bits\/types.h>\n&@' configure + Prepare Psmisc for compilation: ./configure --prefix=/usr -- cgit v1.2.3-54-g00ecf