diff options
Diffstat (limited to 'dev-php5/pecl-apc')
-rw-r--r-- | dev-php5/pecl-apc/pecl-apc-3.0.12.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-php5/pecl-apc/pecl-apc-3.0.12.ebuild b/dev-php5/pecl-apc/pecl-apc-3.0.12.ebuild index d417d36bcb00..188b4a482d68 100644 --- a/dev-php5/pecl-apc/pecl-apc-3.0.12.ebuild +++ b/dev-php5/pecl-apc/pecl-apc-3.0.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-apc/pecl-apc-3.0.12.ebuild,v 1.1 2006/09/05 03:59:51 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-apc/pecl-apc-3.0.12.ebuild,v 1.2 2006/09/05 04:06:36 sebastian Exp $ PHP_EXT_NAME="apc" PHP_EXT_PECL_PKG="APC" @@ -62,6 +62,7 @@ src_install() { php-ext-base-r1_addtoinifiles "apc.slam_defense" '"0"' php-ext-base-r1_addtoinifiles "apc.file_update_protection" '"2"' php-ext-base-r1_addtoinifiles "apc.stat" '"1"' + php-ext-base-r1_addtoinifiles "apc.include_once_override" '"0"' dodir "${PHP_EXT_SHARED_DIR}" insinto "${PHP_EXT_SHARED_DIR}" |