diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2005-03-04 12:37:55 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2005-03-04 12:37:55 +0000 |
commit | 1a48349bdf0c9982315967f1352f17f7144de9c3 (patch) | |
tree | 1acc9b3c8eef8b204f54ce5db2af70e1d4ea9cb1 /eclass/depend.apache.eclass | |
parent | stable on x86 (diff) | |
download | historical-1a48349bdf0c9982315967f1352f17f7144de9c3.tar.gz historical-1a48349bdf0c9982315967f1352f17f7144de9c3.tar.bz2 historical-1a48349bdf0c9982315967f1352f17f7144de9c3.zip |
Added sanity checks about for threads and shared with EXTRA_ECONF. Added support for CTARGET_ALIASES with >=sys-devel/gcc-config-1.4.0.
Diffstat (limited to 'eclass/depend.apache.eclass')
-rw-r--r-- | eclass/depend.apache.eclass | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/eclass/depend.apache.eclass b/eclass/depend.apache.eclass index bc02dc6109dc..28f20c1fc044 100644 --- a/eclass/depend.apache.eclass +++ b/eclass/depend.apache.eclass @@ -1,6 +1,9 @@ # Copyright 2004-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/eclass/depend.apache.eclass,v 1.10 2005/02/12 21:29:08 vericgar Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/depend.apache.eclass,v 1.11 2005/03/04 12:37:55 eradicator Exp $ + +inherit multilib + ECLASS=depend.apache INHERITED="$INHERITED $ECLASS" @@ -44,8 +47,8 @@ APACHECTL2="/usr/sbin/apache2ctl" ## ## Paths to the server root directories #### -APACHE1_BASEDIR="/usr/lib/apache" -APACHE2_BASEDIR="/usr/lib/apache2" +APACHE1_BASEDIR="/usr/$(get_libdir)/apache" +APACHE2_BASEDIR="/usr/$(get_libdir)/apache2" #### ## APACHE1_CONFDIR, APACHE2_CONFDIR |