aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/zlib-inst.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/chapter06/zlib-inst.xml b/chapter06/zlib-inst.xml
index 268b7c66c..013acda72 100644
--- a/chapter06/zlib-inst.xml
+++ b/chapter06/zlib-inst.xml
@@ -14,11 +14,6 @@ so by applying this patch:</para>
<para><screen><userinput>CFLAGS="$CFLAGS -fPIC" \
&nbsp;&nbsp;&nbsp;&nbsp;./configure --prefix=/usr --shared</userinput></screen></para>
- make clean
- ./configure --prefix=/usr
- make
- make install
-
<para>The <emphasis>-fPIC</emphasis> flag helps to assure
quality in the dynamic zlib library.</para>