added --disable-nls to chapter05-sed

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2217 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Gerard Beekmans 2002-12-03 20:16:45 +00:00
parent 9ce6d7a083
commit b8a2998def
2 changed files with 4 additions and 1 deletions

View File

@ -41,6 +41,9 @@
</itemizedlist>
</para></listitem>
<listitem><para>December 3rd, 2002 [gerard]: Chapter 05 - Sed: Added
--disable-nls</para></listitem>
<listitem><para>December 3rd, 2002 [gerard]: Chapter 03 - Creating
filesystem: Added a note that <userinput>mkswap</userinput> has to be run
if a new swap partition has been created.</para></listitem>

View File

@ -4,7 +4,7 @@
<para>Install Sed by running the following commands:</para>
<para><screen><userinput>CPPFLAGS=-Dre_max_failures=re_max_failures2 \
&nbsp;&nbsp;&nbsp;&nbsp;./configure --prefix=$LFS/static &amp;&amp;
&nbsp;&nbsp;&nbsp;&nbsp;./configure --prefix=$LFS/static --disable-nls &amp;&amp;
make LDFLAGS=-static &amp;&amp;
make install</userinput></screen></para>