From 4b5f3329884a693823fe28c7d277dc08201a420b Mon Sep 17 00:00:00 2001 From: Jim Gifford Date: Tue, 3 Aug 2004 05:41:34 +0000 Subject: Made suggested change to the home location of pt_chown git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3984 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/glibc.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'chapter06/glibc.xml') diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index c9d5e7f51..3367e1d5d 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -51,8 +51,20 @@ cd ../glibc-build ../glibc-&glibc-version;/configure --prefix=/usr \ --disable-profile --enable-add-ons=nptl --with-tls \ --with-__thread --enable-kernel=2.6.0 --without-cvs \ + --libexecdir=/usr/lib/glibc \ --with-headers=/tools/glibc-kernheaders +The meaning of the new configure options: + + + +--libexecdir=/usr/lib/glibc +This changes the location of the pt_chown +program from its default of /usr/libexec to +/usr/lib/glibc. + + + Compile the package: make -- cgit v1.2.3-54-g00ecf