diff options
Diffstat (limited to 'chapter06/zlib-inst.xml')
-rw-r--r-- | chapter06/zlib-inst.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/zlib-inst.xml b/chapter06/zlib-inst.xml index 701a2a8ce..b00d14499 100644 --- a/chapter06/zlib-inst.xml +++ b/chapter06/zlib-inst.xml @@ -14,7 +14,7 @@ so by applying this patch:</para> <para><screen><userinput>./configure --prefix=/usr --shared</userinput></screen></para> <para>Note: Zlib is known to build it's shared library incorrectly -if a CFLAGS is specified in the enviornment. If you are using your +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 after.</para> |