فهرست منبع

Removed --disable-nls from configure, was not needed here

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@279 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 24 سال پیش
والد
کامیت
5834d1c8c9
1فایلهای تغییر یافته به همراه1 افزوده شده و 2 حذف شده
  1. 1 2
      chapter05/gzip-inst.xml

+ 1 - 2
chapter05/gzip-inst.xml

@@ -8,8 +8,7 @@ Before you install Gzip you have to unpack the gzip patch file.
 <blockquote><literallayout>
 
 	<userinput>patch -Np1 -i ../gzip-1.2.4a.patch &amp;&amp;</userinput>
-	<userinput>./configure --prefix=$LFS/usr --disable-nls
-		 &amp;&amp;</userinput>
+	<userinput>./configure --prefix=$LFS/usr &amp;&amp;</userinput>
 	<userinput>make LDFLAGS=-static &amp;&amp;</userinput>
 	<userinput>make install &amp;&amp;</userinput>
 	<userinput>cp $LFS/usr/bin/gunzip $LFS/usr/bin/gzip