diff options
-rw-r--r-- | www/mod_php4/Makefile | 4 | ||||
-rw-r--r-- | www/mod_php5/Makefile | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/www/mod_php4/Makefile b/www/mod_php4/Makefile index f6f1cbdcf8b4..0fe5c8ab5563 100644 --- a/www/mod_php4/Makefile +++ b/www/mod_php4/Makefile @@ -51,9 +51,7 @@ CONFIGURE_ARGS= --with-apxs=${PREFIX}/sbin/apxs \ .endif CONFIGURE_ARGS+=--enable-versioning \ - --with-system-regex \ - --disable-debug \ - --enable-track-vars \ + --with-regex=system \ --without-gd \ --without-mysql diff --git a/www/mod_php5/Makefile b/www/mod_php5/Makefile index f6f1cbdcf8b4..0fe5c8ab5563 100644 --- a/www/mod_php5/Makefile +++ b/www/mod_php5/Makefile @@ -51,9 +51,7 @@ CONFIGURE_ARGS= --with-apxs=${PREFIX}/sbin/apxs \ .endif CONFIGURE_ARGS+=--enable-versioning \ - --with-system-regex \ - --disable-debug \ - --enable-track-vars \ + --with-regex=system \ --without-gd \ --without-mysql |