From bdb2a6b616bb006e801f59664d619b3d5882f7cd Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Sat, 15 Nov 2003 00:49:22 +0000 Subject: Re-adde --libexecdir to Chapter 6-Glibc. The destination is supposed to be /usr/lib not /usr/libexec git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3093 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/glibc.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter06') diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 8798028cf..c2df2bfb8 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -48,7 +48,7 @@ cd ../glibc-build ../glibc-&glibc-version;/configure --prefix=/usr \     --disable-profile --enable-add-ons \ -    --with-headers=/usr/include +    --libexecdir=/usr/lib --with-headers=/usr/include The meaning of the new configure options: -- cgit v1.2.3-54-g00ecf