diff options
author | jlam <jlam@pkgsrc.org> | 2001-05-14 22:38:17 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-05-14 22:38:17 +0000 |
commit | d35a59d1beff3f04df9d89a7a2b593b41d62fb23 (patch) | |
tree | 9807fe0db8bc15ec5d7617b192025737c6ddfe77 /www | |
parent | 4f3f95f3d76b6945f106a7025e4a040f7c4d0ec7 (diff) | |
download | pkgsrc-d35a59d1beff3f04df9d89a7a2b593b41d62fb23.tar.gz |
Disable the pcre support...it should be a separate loadable module.
Diffstat (limited to 'www')
-rw-r--r-- | www/php4/Makefile.common | 6 |
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 |