diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-11-15 00:22:14 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-11-15 00:22:14 +0000 |
commit | 4118a52bbfd7c12933b4767a336c72ea5aa47b6a (patch) | |
tree | 4e62aa88f1592c0d6d9db0ee96185e93a43fdacc /chapter06/glibc.xml | |
parent | 638a816e6a6768f205044be7f8839bff036f4814 (diff) |
Remove --libexecdir option. Partially fixes Bug #678
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3091 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/glibc.xml')
-rw-r--r-- | chapter06/glibc.xml | 6 |
1 files changed, 1 insertions, 5 deletions
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</userinput></screen> <screen><userinput>../glibc-&glibc-version;/configure --prefix=/usr \ --disable-profile --enable-add-ons \ - --libexecdir=/usr/bin --with-headers=/usr/include</userinput></screen> + --with-headers=/usr/include</userinput></screen> <para>The meaning of the new configure options:</para> <itemizedlist> -<listitem><para><userinput>--libexecdir=/usr/bin</userinput>: This will -cause the <filename>pt_chown</filename> program to be installed in the -<filename>/usr/bin</filename> directory.</para></listitem> - <listitem><para><userinput>--with-headers=/usr/include</userinput>: This ensures that the kernel headers in <filename>/usr/include</filename> are used for this build. If you don't pass this switch then the headers from |