mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-08-03 01:55:46 +01:00
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:
parent
9ce6d7a083
commit
b8a2998def
@ -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>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<para>Install Sed by running the following commands:</para>
|
||||
|
||||
<para><screen><userinput>CPPFLAGS=-Dre_max_failures=re_max_failures2 \
|
||||
./configure --prefix=$LFS/static &&
|
||||
./configure --prefix=$LFS/static --disable-nls &&
|
||||
make LDFLAGS=-static &&
|
||||
make install</userinput></screen></para>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user