mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 19:59:20 +01:00
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
This commit is contained in:
parent
5e3342002d
commit
bdb2a6b616
@ -38,8 +38,8 @@
|
|||||||
moving these binaries into /bin: dir, dircolors, du, mkfifo, shred, vdir.
|
moving these binaries into /bin: dir, dircolors, du, mkfifo, shred, vdir.
|
||||||
Closes Bug 679.</para></listitem>
|
Closes Bug 679.</para></listitem>
|
||||||
|
|
||||||
<listitem><para>November 14th, 2003 [gerard]: Chapter 6 - Glibc: Removed
|
<listitem><para>November 14th, 2003 [gerard]: Chapter 6 - Glibc: Changed
|
||||||
the --libexecdir=/usr/bin option. Partially fixes Bug
|
--libexecdir option from /usr/bin to /usr/lib. Partially fixes Bug
|
||||||
#678.</para></listitem>
|
#678.</para></listitem>
|
||||||
|
|
||||||
<listitem><para>November 14th, 2003 [greg]: Chapter 6 - Shadow: Added command
|
<listitem><para>November 14th, 2003 [greg]: Chapter 6 - Shadow: Added command
|
||||||
|
@ -48,7 +48,7 @@ cd ../glibc-build</userinput></screen>
|
|||||||
|
|
||||||
<screen><userinput>../glibc-&glibc-version;/configure --prefix=/usr \
|
<screen><userinput>../glibc-&glibc-version;/configure --prefix=/usr \
|
||||||
--disable-profile --enable-add-ons \
|
--disable-profile --enable-add-ons \
|
||||||
--with-headers=/usr/include</userinput></screen>
|
--libexecdir=/usr/lib --with-headers=/usr/include</userinput></screen>
|
||||||
|
|
||||||
<para>The meaning of the new configure options:</para>
|
<para>The meaning of the new configure options:</para>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user