소스 검색

added --disable-nls to diffutils install

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

+ 1 - 1
chapter05/diffutils-inst.xml

@@ -16,7 +16,7 @@ make install</userinput></screen></para>
 <para>If you are using a newer glibc version (2.2.x), you can use the following
 commands to install Diffutils:</para>
 
-<para><screen><userinput>./configure --prefix=$LFS/usr &amp;&amp;
+<para><screen><userinput>./configure --prefix=$LFS/usr --disable-nls &amp;&amp;
 make LDFLAGS=-static &amp;&amp;
 make install</userinput></screen></para>