Disable the pcre support...it should be a separate loadable module.

This commit is contained in:
jlam 2001-05-14 22:38:17 +00:00
parent 4f3f95f3d7
commit d35a59d1be

View file

@ -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