fetchmail: fixups for the patch.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18930 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Ken Moffat 2017-07-09 02:08:35 +00:00
parent ae284778d1
commit 428fb713dc

View File

@ -62,7 +62,8 @@
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Required patch: &patch-root;/fetchmail-&fetchmail-version;-disable_sslv3-1.patch</para>
<para>Required patch: <ulink
url="&patch-root;/fetchmail-&fetchmail-version;-disable_sslv3-1.patch"/></para>
</listitem>
</itemizedlist>
@ -91,8 +92,7 @@
<para>Install <application>Fetchmail</application> by running the following
commands:</para>
<screen><userinput>patch -Np1 -i ../fetchmail-&fetchmail-version;-disable
_sslv3-1.patch &amp;&amp;
<screen><userinput>patch -Np1 -i ../fetchmail-&fetchmail-version;-disable_sslv3-1.patch &amp;&amp;
./configure --prefix=/usr --with-ssl --enable-fallback=procmail &amp;&amp;
make</userinput></screen>