From 4118a52bbfd7c12933b4767a336c72ea5aa47b6a Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Sat, 15 Nov 2003 00:22:14 +0000 Subject: Remove --libexecdir option. Partially fixes Bug #678 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3091 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 4 ++++ chapter06/glibc.xml | 6 +----- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index ba4f21740..ff64520b6 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -34,6 +34,10 @@ +November 14th, 2003 [gerard]: Chapter 6 - Glibc: Removed +the --libexecdir=/usr/bin option. Partially fixes Bug +#678. + November 14th, 2003 [greg]: Chapter 6 - Shadow: Added command to create /etc/default directory to allow the -D option of useradd to work properly. diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index c7208a363..8798028cf 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -48,15 +48,11 @@ cd ../glibc-build ../glibc-&glibc-version;/configure --prefix=/usr \     --disable-profile --enable-add-ons \ -    --libexecdir=/usr/bin --with-headers=/usr/include +    --with-headers=/usr/include The meaning of the new configure options: ---libexecdir=/usr/bin: This will -cause the pt_chown program to be installed in the -/usr/bin directory. - --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