pkgsrc/mail/cyrus-imapd/patches/patch-am
obache 204cf6e337 Update cyrus-imapd to 2.2.13p1.
Changes to the Cyrus IMAP Server since 2.2.13

      * Fixed CERT VU#336053 - Potential buffer overflow in Sieve.
2009-09-10 05:13:56 +00:00

13 lines
548 B
Text

$NetBSD: patch-am,v 1.3 2009/09/10 05:13:56 obache Exp $
--- configure.in.orig 2005-10-13 19:56:14.000000000 +0000
+++ configure.in
@@ -939,7 +939,7 @@ dnl and compile perl/cyradm
dnl add perl cccdlflags when building libraries -- this ensures that the
dnl libraries will be compiled as PIC if perl requires PIC objects
dnl -- this is needed on NetBSD, but seems to cause problems on atleast Solaris --
-dnl eval `${PERL} -V:cccdlflags`
+ eval `${PERL} -V:cccdlflags`
PERL_CCCDLFLAGS="$cccdlflags"
AC_SUBST(PERL_CCCDLFLAGS)
fi