Added new Xpdf security patch to kdegraphics instructions

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3459 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2005-02-13 00:06:46 +00:00
parent 2f26d75e18
commit 2e30291773
2 changed files with 8 additions and 1 deletions

View File

@ -25,7 +25,8 @@ who wrote what.</para>
<listitem><para>February 12th, 2005 [randy]: Added md5sums to Chapters 22 <listitem><para>February 12th, 2005 [randy]: Added md5sums to Chapters 22
through 27 package instructions; fixed download URL's in PostgreSQL through 27 package instructions; fixed download URL's in PostgreSQL
instructions; added hack to Configuring GNOME Packages section to properly instructions; added hack to Configuring GNOME Packages section to properly
display all the panel icons.</para></listitem> display all the panel icons; added new Xpdf security patch to kdegraphics
instructions.</para></listitem>
<listitem><para>February 11th, 2005 [bdubbs]: Rewrote bootdisk page.</para> <listitem><para>February 11th, 2005 [bdubbs]: Rewrote bootdisk page.</para>
</listitem> </listitem>

View File

@ -48,6 +48,11 @@
<ulink url="ftp://ftp.kde.org/pub/kde/security_patches/post-3.3.2-kdegraphics.diff"/> <ulink url="ftp://ftp.kde.org/pub/kde/security_patches/post-3.3.2-kdegraphics.diff"/>
</para> </para>
</listitem> </listitem>
<listitem>
<para>Required patch:
<ulink url="ftp://ftp.kde.org/pub/kde/security_patches/post-3.3.2-kdegraphics-3.diff"/>
</para>
</listitem>
</itemizedlist> </itemizedlist>
</sect3> </sect3>
@ -93,6 +98,7 @@
<para>Install <application>kdegraphics</application> with:</para> <para>Install <application>kdegraphics</application> with:</para>
<screen><userinput><command>patch -Np0 -i ../post-3.3.2-kdegraphics.diff &amp;&amp; <screen><userinput><command>patch -Np0 -i ../post-3.3.2-kdegraphics.diff &amp;&amp;
patch -Np0 -i ../post-3.3.2-kdegraphics-3.diff &amp;&amp;
./configure --prefix=&kde-dir; --disable-debug \ ./configure --prefix=&kde-dir; --disable-debug \
--disable-dependency-tracking &amp;&amp; --disable-dependency-tracking &amp;&amp;
make</command></userinput></screen> make</command></userinput></screen>