From 428fb713dc396d22504b455fa6c83738ed26f6f7 Mon Sep 17 00:00:00 2001 From: Ken Moffat Date: Sun, 9 Jul 2017 02:08:35 +0000 Subject: [PATCH] fetchmail: fixups for the patch. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18930 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- networking/mailnews/fetchmail.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/networking/mailnews/fetchmail.xml b/networking/mailnews/fetchmail.xml index b4397159fd..baaa2c4587 100644 --- a/networking/mailnews/fetchmail.xml +++ b/networking/mailnews/fetchmail.xml @@ -62,7 +62,8 @@ Additional Downloads - Required patch: &patch-root;/fetchmail-&fetchmail-version;-disable_sslv3-1.patch + Required patch: @@ -91,8 +92,7 @@ Install Fetchmail by running the following commands: -patch -Np1 -i ../fetchmail-&fetchmail-version;-disable -_sslv3-1.patch && +patch -Np1 -i ../fetchmail-&fetchmail-version;-disable_sslv3-1.patch && ./configure --prefix=/usr --with-ssl --enable-fallback=procmail && make