diff options
author | kim <kim@pkgsrc.org> | 2005-04-15 22:38:16 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 2005-04-15 22:38:16 +0000 |
commit | f0f4f63be0e24b466b8f0751bb43d503e2436370 (patch) | |
tree | f23f0bd5ba6dea8a7ff1c479339a6526a82e6704 /mail/php-imap | |
parent | 684686b0049b3451ea11867b8b124ee61413486e (diff) | |
download | pkgsrc-f0f4f63be0e24b466b8f0751bb43d503e2436370.tar.gz |
I'm not sure why I need to set PHP_OPENSSL for OpenSSL to be found,
but now the package builds again.
Diffstat (limited to 'mail/php-imap')
-rw-r--r-- | mail/php-imap/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/php-imap/Makefile b/mail/php-imap/Makefile index d9573a578a4..415316a5cf4 100644 --- a/mail/php-imap/Makefile +++ b/mail/php-imap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2005/04/11 21:46:22 tv Exp $ +# $NetBSD: Makefile,v 1.5 2005/04/15 22:38:16 kim Exp $ MODNAME= imap PKGREVISION= # empty @@ -11,6 +11,7 @@ CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_PREFIX.imap-uw} CONFIGURE_ARGS+= --with-${MODNAME}-ssl=${SSLBASE} CONFIGURE_ARGS+= --with-${MODNAME}-linkage CONFIGURE_ENV+= ac_cv_lib_pam_pam_start=no +CONFIGURE_ENV+= PHP_OPENSSL=${SSLBASE} LIBS+= -lssl -lcrypto |