diff options
Diffstat (limited to 'chapter06/zlib.xml')
-rw-r--r-- | chapter06/zlib.xml | 12 |
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> |