diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-05-14 05:03:30 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-05-14 05:03:30 +0000 |
commit | dac9992061abed717a6fb4f0fa2ae3453ebdaebf (patch) | |
tree | 4e22a82ee5376af5aa14574c45f3b7e7e3c3006b /www/apache22/Makefile | |
parent | 1faf1eafac23c0f12a88a5542810081ab3fe7183 (diff) |
Notes
Diffstat (limited to 'www/apache22/Makefile')
-rw-r--r-- | www/apache22/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/www/apache22/Makefile b/www/apache22/Makefile index 516be1a5d8b8..50c4af76205c 100644 --- a/www/apache22/Makefile +++ b/www/apache22/Makefile @@ -67,6 +67,14 @@ OPTIONS= \ .include "${APACHEDIR}/Makefile.options" .endif +.if defined(WITH_SUEXEC_RSRCLIMIT) +EXTRA_PATCHES+= ${FILESDIR}/extra-patch-suexec_rsrclimit +.if !defined(WITH_SUEXEC) +IGNORE= suEXEC resource limit patch requires mod_suexec.\ + Please (re)run 'make config' and choose SUEXEC option also +.endif +.endif + CONFIGURE_ARGS= --prefix=${PREFIX_RELDEST} \ --enable-layout=FreeBSD \ --with-perl=${PERL5} \ |