mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-24 13:16:11 +01:00
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:
parent
9c83b01986
commit
aa3b569bfb
@ -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>
|
||||
|
||||
|
@ -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 &&
|
||||
./configure --prefix=$LFS/usr &&
|
||||
./configure --prefix=$LFS/usr --disable-nls &&
|
||||
unset CPPFLAGS &&
|
||||
make LDFLAGS=-static &&
|
||||
make install</userinput></screen></para>
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user