summaryrefslogtreecommitdiff
path: root/www/php4/Makefile.common
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-05-14 22:38:17 +0000
committerjlam <jlam@pkgsrc.org>2001-05-14 22:38:17 +0000
commitd35a59d1beff3f04df9d89a7a2b593b41d62fb23 (patch)
tree9807fe0db8bc15ec5d7617b192025737c6ddfe77 /www/php4/Makefile.common
parent4f3f95f3d76b6945f106a7025e4a040f7c4d0ec7 (diff)
downloadpkgsrc-d35a59d1beff3f04df9d89a7a2b593b41d62fb23.tar.gz
Disable the pcre support...it should be a separate loadable module.
Diffstat (limited to 'www/php4/Makefile.common')
-rw-r--r--www/php4/Makefile.common6
1 files changed, 4 insertions, 2 deletions
diff --git a/www/php4/Makefile.common b/www/php4/Makefile.common
index 8b9addce9ea..88760146f6b 100644
--- a/www/php4/Makefile.common
+++ b/www/php4/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.11 2001/05/14 14:12:28 jlam Exp $
+# $NetBSD: Makefile.common,v 1.12 2001/05/14 22:38:17 jlam Exp $
DISTNAME= php-${PHP_DIST_VERS}
PHP_DIST_VERS= 4.0.5
@@ -52,9 +52,11 @@ GETTEXTDIR= ${LOCALBASE}
CONFIGURE_ARGS+= --without-gd
CONFIGURE_ARGS+= --without-mysql
+CONFIGURE_ARGS+= --without-pcre-regex
CONFIGURE_ARGS+= --with-gdbm=${LOCALBASE}
CONFIGURE_ARGS+= --with-gettext=${GETTEXTDIR}
-CONFIGURE_ARGS+= --with-yp --with-zlib
+CONFIGURE_ARGS+= --with-yp
+CONFIGURE_ARGS+= --with-zlib
CONFIGURE_ARGS+= --with-config-file-path=${PHP_CONFDIR}
CONFIGURE_ARGS+= --with-system-regex
CONFIGURE_ARGS+= --with-exec-dir=${PREFIX}/libexec/php4