aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorJeremy Utley <jeremy@linuxfromscratch.org>2004-11-05 01:49:32 +0000
committerJeremy Utley <jeremy@linuxfromscratch.org>2004-11-05 01:49:32 +0000
commit75bf9851a87651a00efeba59f66748d9a6810724 (patch)
tree281de36717c504b8ff21504eeef5ce03ee27f086 /chapter06
parent85bbe031aa50ce9931549379a4585eff79043772 (diff)
No changelog entry - forgot to remove the zlib security patch from the XML - this commit does so
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4305 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/zlib.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/chapter06/zlib.xml b/chapter06/zlib.xml
index 43cada8d3..8aa195b62 100644
--- a/chapter06/zlib.xml
+++ b/chapter06/zlib.xml
@@ -28,10 +28,6 @@ some programs.</para>
<sect2 role="installation">
<title>Installation of Zlib</title>
-<para>Zlib has a known security vulerability. Patch Zlib to resolve this:</para>
-
-<screen><userinput>patch -Np1 -i ../zlib-&zlib-version;-security-1.patch</userinput></screen>
-
<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 <parameter>-fPIC</parameter> directive to your CFLAGS for the