diff options
Diffstat (limited to 'dev-php/eaccelerator/eaccelerator-0.9.3-r1.ebuild')
-rw-r--r-- | dev-php/eaccelerator/eaccelerator-0.9.3-r1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-php/eaccelerator/eaccelerator-0.9.3-r1.ebuild b/dev-php/eaccelerator/eaccelerator-0.9.3-r1.ebuild index 8c6d11df5c14..e7c449166c17 100644 --- a/dev-php/eaccelerator/eaccelerator-0.9.3-r1.ebuild +++ b/dev-php/eaccelerator/eaccelerator-0.9.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/eaccelerator/eaccelerator-0.9.3-r1.ebuild,v 1.2 2005/07/12 17:12:30 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/eaccelerator/eaccelerator-0.9.3-r1.ebuild,v 1.3 2005/07/17 09:51:18 sebastian Exp $ PHP_EXT_NAME="eaccelerator" PHP_EXT_ZENDEXT="yes" @@ -57,6 +57,8 @@ src_compile() { myconf="${myconf} --without-eaccelerator-use-inode" fi + export WANT_AUTOMAKE=1.6 + php-ext-source_src_compile } |