aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/bzip2-exp.xml
diff options
context:
space:
mode:
authorThomas Balu Walter <tw@itreff.de>2001-04-05 15:36:41 +0000
committerThomas Balu Walter <tw@itreff.de>2001-04-05 15:36:41 +0000
commit584847559bdeafe451b51b6a3a056f8a3960dbc0 (patch)
tree3de2f4d0bdbc8de8ce764bcb1517613a151b757f /chapter05/bzip2-exp.xml
parent0387b1d07a87132eea7221d73eeb6754990894a5 (diff)
small fixes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@435 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/bzip2-exp.xml')
-rw-r--r--chapter05/bzip2-exp.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/bzip2-exp.xml b/chapter05/bzip2-exp.xml
index d3b74f9a0..1eef298ec 100644
--- a/chapter05/bzip2-exp.xml
+++ b/chapter05/bzip2-exp.xml
@@ -25,8 +25,8 @@ and tell make with the -f parameter to read that alternate file.
<para>
<userinput>LDFLAGS=-static:</userinput> This is the second way we use to
link a package statically. This is also the most common way.
-The -all-static value is only used with the binutils package and
-won't be used throughout the rest of this book.
+The -all-static value is only used with the binutils and the gettext
+packages and won't be used throughout the rest of this book.
</para>
</sect2>