diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2005-10-08 16:49:35 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2005-10-08 16:49:35 +0000 |
commit | 4dff50d3978787b59de3f4c4f0c9051751bec899 (patch) | |
tree | 3e60eb428af03290543276e72eff97b2d46753ca /www/ap-php | |
parent | de4a82212f0c46c57dac70347a71dd074b6b2633 (diff) | |
download | pkgsrc-4dff50d3978787b59de3f4c4f0c9051751bec899.tar.gz |
Unfortunately PHP has several openssl hooks, which are only enabled
when the base PHP is compiled with openssl extension (e.g. ssl://, tls://
stream support, and couple others). These don't work when SSL support
is loaded via extension.
For this reason, make openssl extension unconditionally built-in
into the main PHP package, and g/c security/php-openssl.
Diffstat (limited to 'www/ap-php')
-rw-r--r-- | www/ap-php/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ap-php/Makefile b/www/ap-php/Makefile index 5993c4e3bca..c29dbb4eb28 100644 --- a/www/ap-php/Makefile +++ b/www/ap-php/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2005/10/07 16:51:41 jdolecek Exp $ +# $NetBSD: Makefile,v 1.5 2005/10/08 16:49:36 jdolecek Exp $ # PKGNAME= ap-php-${PHP_BASE_VERS} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= Apache (${PKG_APACHE}) module for ${PKG_PHP} APACHE_MODULE= YES |