diff options
Diffstat (limited to 'dev-php4/pecl-apc/pecl-apc-3.0.12_p2.ebuild')
-rw-r--r-- | dev-php4/pecl-apc/pecl-apc-3.0.12_p2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php4/pecl-apc/pecl-apc-3.0.12_p2.ebuild b/dev-php4/pecl-apc/pecl-apc-3.0.12_p2.ebuild index 01146b43f162..465d54590f5b 100644 --- a/dev-php4/pecl-apc/pecl-apc-3.0.12_p2.ebuild +++ b/dev-php4/pecl-apc/pecl-apc-3.0.12_p2.ebuild @@ -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/dev-php4/pecl-apc/pecl-apc-3.0.12_p2.ebuild,v 1.9 2007/03/06 17:05:32 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-apc/pecl-apc-3.0.12_p2.ebuild,v 1.10 2007/03/06 17:19:46 chtekk Exp $ PHP_EXT_NAME="apc" PHP_EXT_PECL_PKG="APC" @@ -40,7 +40,7 @@ src_compile() { my_conf="--enable-apc" enable_extension_enable "apc-mmap" "mmap" 0 - enable_extension_with_built_with =${PHP_PKG} apache2 apxs2 /usr/sbin/apxs2 "optimisation for apache2" + enable_extension_with_built_with =${PHP_PKG} apache2 apxs /usr/sbin/apxs2 "optimisation for apache2" enable_extension_with_built_with =${PHP_PKG} apache apxs /usr/sbin/apxs "optimisation for apache1" php-ext-pecl-r1_src_compile |