summaryrefslogtreecommitdiff
path: root/security/php4-openssl
diff options
context:
space:
mode:
authorjdolecek <jdolecek>2003-11-08 06:58:10 +0000
committerjdolecek <jdolecek>2003-11-08 06:58:10 +0000
commitf0bf05057d945fc173075ac2869afe49b424e91d (patch)
tree058fe9784cbccb08b496986bf94a5e891d6decf7 /security/php4-openssl
parent113fb02667339625044bf1df9b033d62d60f2b86 (diff)
downloadpkgsrc-f0bf05057d945fc173075ac2869afe49b424e91d.tar.gz
Update PHP to 4.3.4
From release announcemenet: After a lengthy QA process, PHP 4.3.4 is finally out! This is a medium size maintenance release, with a fair number of bug fixes. All users are encouraged to upgrade to 4.3.4. Bugfix release PHP 4.3.4 contains, among others, following important fixes, additions and improvements: * Fixed disk_total_space() and disk_free_space() under FreeBSD. * Fixed FastCGI support on Win32. * Fixed FastCGI being unable to bind to a specific IP. * Fixed several bugs in mail() implementation on win32. * Fixed crashes in a number of functions. * Fixed compile failure on MacOSX 10.3 Panther. * Over 60 various bug fixes! For full list of changes in PHP 4.3.4, see ChangeLog: http://www.php.net/ChangeLog-4.php#4.3.4
Diffstat (limited to 'security/php4-openssl')
-rw-r--r--security/php4-openssl/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/security/php4-openssl/Makefile b/security/php4-openssl/Makefile
index 2766d1267a2..37a77d95801 100644
--- a/security/php4-openssl/Makefile
+++ b/security/php4-openssl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/09/01 16:37:36 jdolecek Exp $
+# $NetBSD: Makefile,v 1.2 2003/11/08 06:58:10 jdolecek Exp $
MODNAME= openssl
CATEGORIES+= security
@@ -11,5 +11,12 @@ USE_BUILDLINK2= YES
CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_PREFIX.openssl}
+# the config test for -lssl fails to link in -lcrypto; just force it
+# to succeed
+CONFIGURE_ENV+= ac_cv_lib_ssl_SSL_CTX_set_ssl_version=yes
+
+post-extract:
+ cd ${WRKSRC} && ln -s config0.m4 config.m4
+
.include "../../security/openssl/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"