diff options
Diffstat (limited to 'net-www/apache/apache-1.3.37.ebuild')
-rw-r--r-- | net-www/apache/apache-1.3.37.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-www/apache/apache-1.3.37.ebuild b/net-www/apache/apache-1.3.37.ebuild index e2d6d6edc86e..95e0f359bc47 100644 --- a/net-www/apache/apache-1.3.37.ebuild +++ b/net-www/apache/apache-1.3.37.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-1.3.37.ebuild,v 1.4 2006/09/20 05:11:35 vericgar Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-1.3.37.ebuild,v 1.5 2007/01/11 10:22:25 phreak Exp $ inherit eutils fixheadtails multilib @@ -144,7 +144,7 @@ src_compile() { --server-gid=apache \ --with-perl=/usr/bin/perl \ --enable-rule=SHARED_CHAIN \ - ${MY_BUILTINS} ${myconf} || die "bad ./configure please submit bug report to bugs.gentoo.org. Include your config.layout and config.log" + ${MY_BUILTINS} ${myconf} ${EXTRA_ECONF} || die "bad ./configure please submit bug report to bugs.gentoo.org. Include your config.layout and config.log" emake || die "problem compiling apache" |