added --disable-nls to diffutils install

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1791 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Gerard Beekmans 2002-04-04 18:15:17 +00:00
parent 9c83b01986
commit aa3b569bfb
3 changed files with 6 additions and 3 deletions

View File

@ -35,6 +35,9 @@
</para></listitem>
<listitem><para>April 4th, 2002 [gerard]: Chapter 05 - Diffutils: Added
--disable-nls</para></listitem>
<listitem><para>April 3rd, 2002 [gerard]: Appendix A - Gettext: Added the
missing package descriptions.</para></listitem>

View File

@ -8,7 +8,7 @@ can also be used for other glibc versions so if you aren't sure, then
use the first version.</para>
<para><screen><userinput>export CPPFLAGS=-Dre_max_failures=re_max_failures2 &amp;&amp;
./configure --prefix=$LFS/usr &amp;&amp;
./configure --prefix=$LFS/usr --disable-nls &amp;&amp;
unset CPPFLAGS &amp;&amp;
make LDFLAGS=-static &amp;&amp;
make install</userinput></screen></para>

View File

@ -4,8 +4,8 @@
<!ENTITY book SYSTEM "book/book.xml">
<!ENTITY version "20020403">
<!ENTITY releasedate "April 3rd, 2002">
<!ENTITY version "20020404">
<!ENTITY releasedate "April 4th, 2002">
<!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">
<!ENTITY http-root "http://ftp.linuxfromscratch.org">