Added patch installation to the Pan instructions

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8811 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2011-01-10 21:02:11 +00:00
parent dd27545b7b
commit 018a0c9c75

View File

@ -55,6 +55,14 @@
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Required patch: <ulink
url="&patch-root;/pan-&pan-version;-gmime_gcc-1.patch"/></para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">Pan Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
@ -77,7 +85,8 @@
<para>Install <application>Pan</application> by running the following
commands:</para>
<screen><userinput>./configure --prefix=/usr &amp;&amp;
<screen><userinput>patch -Np1 -i ../pan-&pan-version;-gmime_gcc-1.patch &amp;&amp;
./configure --prefix=/usr &amp;&amp;
make</userinput></screen>
<para>To test the results, issue <command>make check</command>.</para>