diff options
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}" \ |