summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjlam <jlam>2001-10-18 17:16:43 +0000
committerjlam <jlam>2001-10-18 17:16:43 +0000
commita6676cd7aa755434e7063c5dd8eec262a63ef673 (patch)
tree04977867070f67c79f40dd413e90d6a2105e9efa
parentcf31b0f832e1095b3d5bdac9e141d90a00f342b4 (diff)
downloadpkgsrc-a6676cd7aa755434e7063c5dd8eec262a63ef673.tar.gz
Support for linking some PHP4 extensions statically into the php CGI and
into the apache mod_php.so DSO. PHP4_CONFIGURE_ARGS should contain GNU configure options, a complete list of which may be found at: http://www.php.net/manual/en/install.configure.php Note that this is generally not needed as many of the extensions (session, mysql, pgsql, pcre) may be dynamically loaded, and are separately packaged in pkgsrc.
-rw-r--r--www/php4/Makefile.php17
1 files changed, 16 insertions, 1 deletions
diff --git a/www/php4/Makefile.php b/www/php4/Makefile.php
index 0f5bf3dbb02..38d2d065a45 100644
--- a/www/php4/Makefile.php
+++ b/www/php4/Makefile.php
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.php,v 1.2 2001/10/16 12:44:17 tron Exp $
+# $NetBSD: Makefile.php,v 1.3 2001/10/18 17:16:43 jlam Exp $
.include "../../www/php4/Makefile.common"
@@ -26,6 +26,21 @@ CONFIGURE_ARGS+= --enable-force-cgi-redirect
CONFIGURE_ARGS+= --enable-memory-limit
CONFIGURE_ARGS+= --enable-track-vars
+# Support for linking some PHP4 extensions statically into the php CGI and
+# into the apache mod_php.so DSO.
+#
+# PHP4_CONFIGURE_ARGS should contain GNU configure options, a complete
+# list of which may be found at:
+#
+# http://www.php.net/manual/en/install.configure.php
+#
+# Note that this is generally not needed as many of the extensions (session,
+# mysql, pgsql, pcre) may be dynamically loaded, and are separately packaged
+# in pkgsrc.
+#
+PHP4_CONFIGURE_ARGS?= # empty
+CONFIGURE_ARGS+= ${PHP4_CONFIGURE_ARGS}
+
CONFIGURE_ENV+= ac_cv_lib_pam_pam_start=no
post-configure: create-shlibtool