From 9b0dd3c11036cfc76e1e26c09da2968c9015d5df Mon Sep 17 00:00:00 2001 From: Dirk Froemberg Date: Fri, 25 Feb 2000 23:53:06 +0000 Subject: Move "apache performance tuning" from Makefile to scripts/configure.php and thus make it work again. --- www/mod_php3/Makefile | 6 ------ www/mod_php3/scripts/configure.php | 4 +++- 2 files changed, 3 insertions(+), 7 deletions(-) (limited to 'www/mod_php3') 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}" \ diff --git a/www/mod_php3/scripts/configure.php b/www/mod_php3/scripts/configure.php index cd63d8e788f3..65752d828152 100644 --- a/www/mod_php3/scripts/configure.php +++ b/www/mod_php3/scripts/configure.php @@ -53,7 +53,9 @@ exec > ${WRKDIRPREFIX}${CURDIR}/Makefile.inc while [ "$1" ]; do case $1 in \"tuning\") - echo "APACHE_PERF_TUNING= YES" + echo "CFLAGS+= -O6 -funroll-loops -fstrength-reduce -fomit-frame-pointer -fexpensive-optimizations -ffast-math" + echo "OPTIM+= -DBUFFERED_LOGS -DFD_SETSIZE=1024" + echo "CONFIGURE_ENV+= OPTIM='\${OPTIM}'" ;; \"GD\") echo "LIB_DEPENDS+= gd.0:\${PORTSDIR}/graphics/gd" -- cgit v1.2.3