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_php4/scripts/configure.php | |
parent | Merge openssl related changes from apache13-php3. (diff) |
Move "apache performance tuning" from Makefile to scripts/configure.php
and thus make it work again.
Diffstat (limited to 'www/mod_php4/scripts/configure.php')
-rw-r--r-- | www/mod_php4/scripts/configure.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/mod_php4/scripts/configure.php b/www/mod_php4/scripts/configure.php index b639c1284e45..7cc83d96a4c8 100644 --- a/www/mod_php4/scripts/configure.php +++ b/www/mod_php4/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" |