mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-19 05:27:39 +00:00
Remove --libexecdir option. Partially fixes Bug #678
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3091 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
638a816e6a
commit
4118a52bbf
@ -34,6 +34,10 @@
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem><para>November 14th, 2003 [gerard]: Chapter 6 - Glibc: Removed
|
||||
the --libexecdir=/usr/bin option. Partially fixes Bug
|
||||
#678.</para></listitem>
|
||||
|
||||
<listitem><para>November 14th, 2003 [greg]: Chapter 6 - Shadow: Added command
|
||||
to create /etc/default directory to allow the -D option of useradd to
|
||||
work properly.</para></listitem>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user