aboutsummaryrefslogtreecommitdiffstats
path: root/www/mod_php5/scripts/configure.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/mod_php5/scripts/configure.php')
-rw-r--r--www/mod_php5/scripts/configure.php10
1 files changed, 7 insertions, 3 deletions
diff --git a/www/mod_php5/scripts/configure.php b/www/mod_php5/scripts/configure.php
index 5d2c15e5440..2d08d040e68 100644
--- a/www/mod_php5/scripts/configure.php
+++ b/www/mod_php5/scripts/configure.php
@@ -104,17 +104,21 @@ BUILD_DEPENDS+= openssl:\${PORTSDIR}/security/openssl \\
\${PREFIX}/lib/libcrypto.a:\${PORTSDIR}/security/openssl
RUN_DEPENDS+= openssl:\${PORTSDIR}/security/openssl
-VERSION_MODSSL= 2.2.5
+VERSION_MODSSL= 2.2.7
RESTRICTED= "Contains cryptography"
-CONFIGURE_ARGS+=--enable-module=ssl
+CONFIGURE_ARGS+=--enable-module=ssl \
+ --enable-module=define
CONFIGURE_ENV+= SSL_BASE='SYSTEM' PATH="\${PREFIX}/bin:\${PATH}"
-PATCHDIR= \${.CURDIR}/patches.modssl
PLIST= \${PKGDIR}/PLIST.modssl
SSL= ssl
+TYPE= test
+CRT=
+KEY=
+
pre-patch:
@cd \${WRKDIR}/mod_ssl-\${VERSION_MODSSL}-\${VERSION_APACHE} \\
&& \${ECHO_MSG} "===> Applying mod_ssl-\${VERSION_MODSSL} extension" \\