summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjdolecek <jdolecek>2004-11-05 17:11:39 +0000
committerjdolecek <jdolecek>2004-11-05 17:11:39 +0000
commitfe5bcaa57cf5f8bbc77038349ae1ea56c282e5a0 (patch)
tree89a1969994af5555fc7a3f3db8d11fca07670f21 /security
parentf0d07511d2c54e8e8b9fee1ca22899cfb0097a0b (diff)
downloadpkgsrc-fe5bcaa57cf5f8bbc77038349ae1ea56c282e5a0.tar.gz
now that PHP 5.x Makefile.common doesn't pollute CONFIGURE_ARGS, it safe
to include "../../lang/php/ext.mk" after extension CONFIGURE_ARGS setting; successful build confirmed with both PHP 4.x and PHP 5.x
Diffstat (limited to 'security')
-rw-r--r--security/php-mcrypt/Makefile5
-rw-r--r--security/php-mhash/Makefile5
-rw-r--r--security/php-openssl/Makefile5
3 files changed, 6 insertions, 9 deletions
diff --git a/security/php-mcrypt/Makefile b/security/php-mcrypt/Makefile
index db32463f774..0be95a8466e 100644
--- a/security/php-mcrypt/Makefile
+++ b/security/php-mcrypt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/10/31 21:07:14 jdolecek Exp $
+# $NetBSD: Makefile,v 1.3 2004/11/05 17:11:40 jdolecek Exp $
MODNAME= mcrypt
CATEGORIES+= security
@@ -7,9 +7,8 @@ COMMENT= PHP extension for the mcrypt crypto algorithms library
USE_BUILDLINK3= YES
-.include "../../lang/php/ext.mk"
-
CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_PREFIX.libmcrypt}
+.include "../../lang/php/ext.mk"
.include "../../security/libmcrypt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/security/php-mhash/Makefile b/security/php-mhash/Makefile
index dc9ee67baa7..09cb3fa4473 100644
--- a/security/php-mhash/Makefile
+++ b/security/php-mhash/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/10/31 21:07:14 jdolecek Exp $
+# $NetBSD: Makefile,v 1.3 2004/11/05 17:11:40 jdolecek Exp $
MODNAME= mhash
CATEGORIES+= security
@@ -7,9 +7,8 @@ COMMENT= PHP extension for the mhash hash algorithms library
USE_BUILDLINK3= YES
-.include "../../lang/php/ext.mk"
-
CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_PREFIX.mhash}
+.include "../../lang/php/ext.mk"
.include "../../security/mhash/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/security/php-openssl/Makefile b/security/php-openssl/Makefile
index da204435814..d5349d20de0 100644
--- a/security/php-openssl/Makefile
+++ b/security/php-openssl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/10/31 21:07:14 jdolecek Exp $
+# $NetBSD: Makefile,v 1.3 2004/11/05 17:11:40 jdolecek Exp $
MODNAME= openssl
CATEGORIES+= security
@@ -7,8 +7,6 @@ COMMENT= PHP extension for the OpenSSL library
USE_BUILDLINK3= YES
-.include "../../lang/php/ext.mk"
-
CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_PREFIX.openssl}
# the config test for -lssl fails to link in -lcrypto; just force it
@@ -18,5 +16,6 @@ CONFIGURE_ENV+= ac_cv_lib_ssl_SSL_CTX_set_ssl_version=yes
post-extract:
cd ${WRKSRC} && ln -s config0.m4 config.m4
+.include "../../lang/php/ext.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"