소스 검색

added --disable-nls to diffutils install

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1791 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 23 년 전
부모
커밋
aa3b569bfb
3개의 변경된 파일6개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 0
      chapter01/changelog.xml
  2. 1 1
      chapter05/diffutils-inst.xml
  3. 2 2
      index.xml

+ 3 - 0
chapter01/changelog.xml

@@ -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>
 

+ 1 - 1
chapter05/diffutils-inst.xml

@@ -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>

+ 2 - 2
index.xml

@@ -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">