aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/zlib.xml
diff options
context:
space:
mode:
authorAlex Gronenwoud <alex@linuxfromscratch.org>2004-02-04 22:22:26 +0000
committerAlex Gronenwoud <alex@linuxfromscratch.org>2004-02-04 22:22:26 +0000
commit4248b0ec1488319d448ad624e275a9a2811c0090 (patch)
treeeb1ba22abb86426add6b7b005fabd115410f0919 /chapter06/zlib.xml
parent0aa644e255215d2fd4286af294bc4388872ba268 (diff)
Minor textual tweaks.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3219 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/zlib.xml')
-rw-r--r--chapter06/zlib.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/chapter06/zlib.xml b/chapter06/zlib.xml
index 5813c4284..8dc8e7817 100644
--- a/chapter06/zlib.xml
+++ b/chapter06/zlib.xml
@@ -16,16 +16,16 @@ some programs.</para>
<sect2>
<title>Installation of Zlib</title>
-<para>Prepare Zlib for compilation:</para>
-
-<screen><userinput>./configure --prefix=/usr --shared</userinput></screen>
-
<note><para>Zlib is known to build its shared library incorrectly if CFLAGS is
specified in the environment. If you are using your own CFLAGS variable, be
-sure to add the <emphasis role="strong">-fPIC</emphasis> directive to your
-CFLAGS for the duration of the above command, then remove it
+sure to add the <emphasis>-fPIC</emphasis> directive to your CFLAGS for the
+duration of the below <command>configure</command> command, then remove it
afterwards.</para></note>
+<para>Prepare Zlib for compilation:</para>
+
+<screen><userinput>./configure --prefix=/usr --shared</userinput></screen>
+
<para>Compile the package:</para>
<screen><userinput>make</userinput></screen>