diff options
Diffstat (limited to 'chapter06/zlib.xml')
-rw-r--r-- | chapter06/zlib.xml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/chapter06/zlib.xml b/chapter06/zlib.xml index fba00043f..354994793 100644 --- a/chapter06/zlib.xml +++ b/chapter06/zlib.xml @@ -23,10 +23,11 @@ advantage of, should be taken care of by applying this patch:</para> <screen><userinput>./configure --prefix=/usr --shared</userinput></screen> -<para>Note: Zlib is known to build its shared library incorrectly if a CFLAGS -is specified in the environment. If you are using your own CFLAGS variables, -ensure you add the <emphasis role="strong">-fPIC</emphasis> directive during -this stage, and remove it afterwards.</para> +<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 +afterwards.</para></note> <para>Compile the package:</para> |