Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 04 Dec 2001 18:28:16 -0000
From:      Paul Richards <paul@freebsd-services.com>
To:        ports@freebsd.org
Subject:   Apache with large files
Message-ID:  <127300000.1007490496@lobster.originative.co.uk>

next in thread | raw e-mail | index | archive | help
Any problems with applying this patch to the Apache Makefiles?

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/apache13-modssl/Makefile,v
retrieving revision 1.84
diff -r1.84 Makefile
73c73,74
<               -DACCEPT_FILTER_NAME=\\"httpready\\"
---
>               -DACCEPT_FILTER_NAME=\\"httpready\\" \
>               -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64

It'd stop the incompatibilities with mod_perl becuase our Perl is built
with large file support.

Paul Richards
FreeBSD Services Ltd
http://www.freebsd-services.com


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?127300000.1007490496>