From c1b2c648aa6c5a3636b4a893f8d42c888355e9a1 Mon Sep 17 00:00:00 2001 From: Greg Schafer Date: Wed, 7 Jan 2004 02:15:05 +0000 Subject: Chapter 6 - Gawk: Removed the Gawk Libexecdir Patch. Closes Bug 303. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3154 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/glibc.xml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'chapter06/glibc.xml') diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index f6f76a631..45c90caee 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -47,6 +47,13 @@ cd ../glibc-build The meaning of the new configure options: +--libexecdir=/usr/lib: This changes the +location of the pt_chown program from its default of +/usr/libexec to +/usr/lib. The use of +libexec is considered not FHS compliant because the FHS +doesn't even mention it. + --with-headers=/usr/include: This ensures that the kernel headers in /usr/include are used for this build. If you don't pass this switch then the headers from -- cgit v1.2.3-54-g00ecf