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 --- chapter06/glibc.xml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'chapter06') 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