diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2000-02-25 23:53:06 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2000-02-25 23:53:06 +0000 |
commit | 9b0dd3c11036cfc76e1e26c09da2968c9015d5df (patch) | |
tree | 714a42e12166992ee08c5bba2de6497c8756f22f /www/mod_php3/Makefile | |
parent | 76b2502c1a8d5221dd35980ded7f8a1cf7ab2acb (diff) |
Notes
Diffstat (limited to 'www/mod_php3/Makefile')
-rw-r--r-- | www/mod_php3/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/www/mod_php3/Makefile b/www/mod_php3/Makefile index e33a1e782637..bab9b52577e5 100644 --- a/www/mod_php3/Makefile +++ b/www/mod_php3/Makefile @@ -80,12 +80,6 @@ CONFIGURE_ARGS= --prefix=${PREFIX} \ OPTIM= -DHARD_SERVER_LIMIT=512 \ -DDEFAULT_PATH=\\"${PREFIX}/bin:/bin:/usr/bin\\" -.if defined(APACHE_PERF_TUNING) && ${APACHE_PERF_TUNING} == YES -OPTIM+= -DBUFFERED_LOGS -DFD_SETSIZE=1024 -CFLAGS+= -O6 -funroll-loops -fstrength-reduce -fomit-frame-pointer \ - -fexpensive-optimizations -ffast-math -.endif - CONFIGURE_ENV= OPTIM='${OPTIM}' LIBS='-L${PREFIX}/lib' SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \ TOUCH="${TOUCH}" \ |