mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-05 22:04:48 +00:00
Fix hardcoded reference to /tools in Chapter 6 glibc
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10441 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
7557ca61d2
commit
872cc74f36
@ -38,6 +38,11 @@
|
||||
<listitem>
|
||||
<para>2014-01-14</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Fix hardcoded reference to /tools in
|
||||
Chapter 6 glibc. Fixes
|
||||
<ulink url="&lfs-ticket-root;3466">#3466</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Clean up /run and /tmp. Fixes
|
||||
<ulink url="&lfs-ticket-root;3463">#3463</ulink>.</para>
|
||||
|
@ -77,7 +77,7 @@ cd ../glibc-build</userinput></screen>
|
||||
|
||||
<para>Prepare Glibc for compilation:</para>
|
||||
|
||||
<screen><userinput remap="configure">../glibc-&glibc-version;/configure \
|
||||
<screen><userinput remap="configure">SED=sed ../glibc-&glibc-version;/configure \
|
||||
--prefix=/usr \
|
||||
--disable-profile \
|
||||
--enable-kernel=&min-kernel; \
|
||||
@ -86,6 +86,14 @@ cd ../glibc-build</userinput></screen>
|
||||
<variablelist>
|
||||
<title>The meaning of the new configure options:</title>
|
||||
|
||||
<varlistentry>
|
||||
<term><envar>SED=sed</envar></term>
|
||||
<listitem>
|
||||
<para>Setting this environment variable prevents a hard-coded
|
||||
path to /tools/bin/sed.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><parameter>--libexecdir=/usr/lib/glibc</parameter></term>
|
||||
<listitem>
|
||||
|
Loading…
Reference in New Issue
Block a user