Explorar o código

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 %!s(int64=24) %!d(string=hai) anos
pai
achega
5834d1c8c9
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  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