diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-09-14 21:46:24 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-09-14 21:46:24 +0000 |
commit | 980599daa5efe817c304e3bbc64d82335c9475c4 (patch) | |
tree | ad2653b39d358260fda88788d23e62e487afb7a4 /chapter06/zlib-inst.xml | |
parent | fa2e6935d752ce276379bd57a1e8820cdda7ad9c (diff) |
Changing a few it's to its, and fixing other typos.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2813 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/zlib-inst.xml')
-rw-r--r-- | chapter06/zlib-inst.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter06/zlib-inst.xml b/chapter06/zlib-inst.xml index e48f454e5..188463a42 100644 --- a/chapter06/zlib-inst.xml +++ b/chapter06/zlib-inst.xml @@ -13,10 +13,10 @@ 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 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> +<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> <para>Compile the package:</para> |