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