pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/php-imap Explain setting PHP_OPENSSL (from Stoned...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5d2729d25b11
branches: trunk
changeset: 492835:5d2729d25b11
user: kim <kim%pkgsrc.org@localhost>
date: Wed Apr 20 12:03:25 2005 +0000
description:
Explain setting PHP_OPENSSL (from Stoned Elipot)
diffstat:
mail/php-imap/Makefile | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diffs (22 lines):
diff -r 2e51aefb1a53 -r 5d2729d25b11 mail/php-imap/Makefile
--- a/mail/php-imap/Makefile Wed Apr 20 11:03:13 2005 +0000
+++ b/mail/php-imap/Makefile Wed Apr 20 12:03:25 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2005/04/16 07:37:30 jdolecek Exp $
+# $NetBSD: Makefile,v 1.7 2005/04/20 12:03:25 kim Exp $
MODNAME= imap
PKGREVISION= # empty
@@ -12,6 +12,12 @@
CONFIGURE_ARGS+= --with-${MODNAME}-linkage
CONFIGURE_ENV+= ac_cv_lib_pam_pam_start=no
+
+# 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.
+
CONFIGURE_ENV+= PHP_OPENSSL=${SSLBASE}
.include "../../mail/imap-uw/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index