summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenedikt Boehm <hollow@gentoo.org>2008-08-29 13:22:21 +0000
committerBenedikt Boehm <hollow@gentoo.org>2008-08-29 13:22:21 +0000
commitae9a75f96aab86fbaf6782989c78edf1148a58e4 (patch)
tree252b541be0bfecdb5d66e21503d213b20bb3c6e0 /eclass/apache-2.eclass
parentAdded /usr/bin to prelink blacklist for bug #235971 (diff)
downloadhistorical-ae9a75f96aab86fbaf6782989c78edf1148a58e4.tar.gz
historical-ae9a75f96aab86fbaf6782989c78edf1148a58e4.tar.bz2
historical-ae9a75f96aab86fbaf6782989c78edf1148a58e4.zip
remove unsupported --with-perl; add message for BSD users
Diffstat (limited to 'eclass/apache-2.eclass')
-rw-r--r--eclass/apache-2.eclass9
1 files changed, 7 insertions, 2 deletions
diff --git a/eclass/apache-2.eclass b/eclass/apache-2.eclass
index 7639ad3cf915..0a3874a96662 100644
--- a/eclass/apache-2.eclass
+++ b/eclass/apache-2.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/apache-2.eclass,v 1.11 2008/03/23 13:03:53 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/apache-2.eclass,v 1.12 2008/08/29 13:22:21 hollow Exp $
# @ECLASS: apache-2.eclass
# @MAINTAINER:
@@ -373,6 +373,12 @@ apache-2_pkg_setup() {
elog "Please note that you need SysV IPC support in your kernel."
elog "Make sure CONFIG_SYSVIPC=y is set."
elog
+
+ if use userland_BSD; then
+ elog "On BSD systems you need to add the following line to /boot/loader.conf:"
+ elog " accf_http_load=\"YES\""
+ elog
+ fi
}
# @FUNCTION: apache-2_src_unpack
@@ -427,7 +433,6 @@ apache-2_src_compile() {
--sysconfdir=/etc/apache2 \
--localstatedir=/var \
--with-mpm=${MY_MPM} \
- --with-perl=/usr/bin/perl \
--with-apr=/usr \
--with-apr-util=/usr \
--with-pcre=/usr \