Author: bdubbs Date: Tue Jan 14 11:51:26 2014 New Revision: 10441 Log: Fix hardcoded reference to /tools in Chapter 6 glibc
Modified: trunk/BOOK/chapter01/changelog.xml trunk/BOOK/chapter06/glibc.xml Modified: trunk/BOOK/chapter01/changelog.xml ============================================================================== --- trunk/BOOK/chapter01/changelog.xml Tue Jan 14 11:36:32 2014 (r10440) +++ trunk/BOOK/chapter01/changelog.xml Tue Jan 14 11:51:26 2014 (r10441) @@ -39,6 +39,11 @@ <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> </listitem> Modified: trunk/BOOK/chapter06/glibc.xml ============================================================================== --- trunk/BOOK/chapter06/glibc.xml Tue Jan 14 11:36:32 2014 (r10440) +++ trunk/BOOK/chapter06/glibc.xml Tue Jan 14 11:51:26 2014 (r10441) @@ -77,7 +77,7 @@ <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; \ @@ -87,6 +87,14 @@ <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> <para>This changes the location of some auxillary files from the -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page