From 42cedf2c3242db493a29d3bfe9d22fcffd5a7c53 Mon Sep 17 00:00:00 2001 From: Randy McMurchy Date: Fri, 9 Sep 2005 23:19:47 +0000 Subject: [PATCH] Added a GCC-4 patch to the Cyrus-SASL instructions git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5029 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- introduction/welcome/changelog.xml | 4 ++++ postlfs/security/cyrus-sasl.xml | 11 ++++++++++- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index e5de2535d4..b2ec2514f2 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -44,6 +44,10 @@ September 9th, 2005 + + [randy] - Added a GCC-4 patch to the Cyrus-SASL + instructions. + [randy] - Added a GCC-4 patch to the Guile instructions. diff --git a/postlfs/security/cyrus-sasl.xml b/postlfs/security/cyrus-sasl.xml index d0b842ae34..002808dc72 100644 --- a/postlfs/security/cyrus-sasl.xml +++ b/postlfs/security/cyrus-sasl.xml @@ -59,6 +59,14 @@ + Additional Downloads + + + Required patch: + + + Cyrus SASL Dependencies Required @@ -86,7 +94,8 @@ Install Cyrus SASL by running the following commands: -./configure --prefix=/usr --sysconfdir=/etc \ +patch -Np1 -i ../cyrus-sasl-&cyrus-sasl-version;-gcc4-1.patch && +./configure --prefix=/usr --sysconfdir=/etc \ --with-dbpath=/var/lib/sasl/sasldb2 \ --with-saslauthd=/var/run && make