diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1998-09-24 01:24:04 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1998-09-24 01:24:04 +0000 |
commit | dd332d05f8d4558121777e26669b7499d111fc42 (patch) | |
tree | c3bbe7fc34760df153cb8a0ae1f9e1459d058dc4 /www/apache21 | |
parent | ac5616e6767eae958824f49bb1d650dde4f61d76 (diff) | |
download | ports-dd332d05f8d4558121777e26669b7499d111fc42.tar.gz ports-dd332d05f8d4558121777e26669b7499d111fc42.zip |
Notes
Diffstat (limited to 'www/apache21')
-rw-r--r-- | www/apache21/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/apache21/Makefile b/www/apache21/Makefile index 197c3e1a761d..5c17d686507e 100644 --- a/www/apache21/Makefile +++ b/www/apache21/Makefile @@ -3,7 +3,7 @@ # Date created: Fri Aug 25 16:42:36 CDT 1995 # Whom: ache@nagual.pp.ru # -# $Id: Makefile,v 1.60 1998/09/20 23:55:38 ache Exp $ +# $Id: Makefile,v 1.61 1998/09/24 01:06:18 ache Exp $ # DISTNAME= apache_1.3.2 @@ -28,13 +28,15 @@ CONFIGURE_ARGS= \ --datadir=${PREFIX}/www \ --proxycachedir=${PREFIX}/www/proxy \ --libexecdir=${PREFIX}/libexec/apache \ - --with-perl=${PERL5} \ --without-confadjust \ --enable-shared=remain \ --enable-module=most \ --enable-module=auth_db \ --disable-module=auth_dbm +# Currently perl version don't matter +# --with-perl=${PERL5} + OPTIM=-DHARD_SERVER_LIMIT=512 \ -DDOCUMENT_LOCATION=\\"${PREFIX}/www/data/\\" \ -DDEFAULT_PATH=\\"/bin:/usr/bin:${PREFIX}/bin\\" |