Subject: Re: CVS commit: pkgsrc/mail/php-imap
To: Kimmo Suominen <kim@NetBSD.org>
From: Stoned Elipot <seb@ssr.univ-paris7.fr>
List: pkgsrc-changes
Date: 04/17/2005 21:55:58
Imap extension's config.m4 calls m4 macro PHP_SETUP_OPENSSL() which
expects PHP_ARG_WITH(openssl, ...) being called beforehand so that
PHP_OPENSSL is set. For a self contained extension build like for
this package this is not the case of course.

On Fri, Apr 15, 2005 at 10:38:16PM +0000, Kimmo Suominen wrote:
> 
> Module Name:	pkgsrc
> Committed By:	kim
> Date:		Fri Apr 15 22:38:16 UTC 2005
> 
> Modified Files:
> 	pkgsrc/mail/php-imap: Makefile
> 
> Log Message:
> I'm not sure why I need to set PHP_OPENSSL for OpenSSL to be found,
> but now the package builds again.
> 
> 
> To generate a diff of this commit:
> cvs rdiff -r1.4 -r1.5 pkgsrc/mail/php-imap/Makefile
> 
> Please note that diffs are not public domain; they are subject to the
> copyright notices on the relevant files.
>