aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/gzip-inst.xml
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2001-03-10 04:29:32 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2001-03-10 04:29:32 +0000
commit5834d1c8c9d290dd4e8de2656d628bc04eb67f27 (patch)
treeccd2360c9d0caef21a3c0d188096db88c33bce44 /chapter05/gzip-inst.xml
parente14b63e28ae530d8cd59a746f125e6e616bacd57 (diff)
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
Diffstat (limited to 'chapter05/gzip-inst.xml')
-rw-r--r--chapter05/gzip-inst.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/chapter05/gzip-inst.xml b/chapter05/gzip-inst.xml
index 0b9c58409..d329c0b8d 100644
--- a/chapter05/gzip-inst.xml
+++ b/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