diff options
-rw-r--r-- | dev-php4/eaccelerator/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php4/eaccelerator/eaccelerator-0.9.5.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-php4/eaccelerator/ChangeLog b/dev-php4/eaccelerator/ChangeLog index 218081ed8066..cdca43cf56e9 100644 --- a/dev-php4/eaccelerator/ChangeLog +++ b/dev-php4/eaccelerator/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php4/eaccelerator # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php4/eaccelerator/ChangeLog,v 1.14 2006/10/14 22:10:54 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php4/eaccelerator/ChangeLog,v 1.15 2006/10/14 22:55:00 chtekk Exp $ + + 14 Oct 2006; Luca Longinotti <chtekk@gentoo.org> + eaccelerator-0.9.5.ebuild: + Fix failure when using SysV semaphores. 14 Oct 2006; Luca Longinotti <chtekk@gentoo.org> -files/eaccelerator-0.9.3-hash-fix.patch, eaccelerator-0.9.5.ebuild: diff --git a/dev-php4/eaccelerator/eaccelerator-0.9.5.ebuild b/dev-php4/eaccelerator/eaccelerator-0.9.5.ebuild index 4fb40e86bd20..65ede9dbe248 100644 --- a/dev-php4/eaccelerator/eaccelerator-0.9.5.ebuild +++ b/dev-php4/eaccelerator/eaccelerator-0.9.5.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-php4/eaccelerator/eaccelerator-0.9.5.ebuild,v 1.2 2006/10/14 22:10:54 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php4/eaccelerator/eaccelerator-0.9.5.ebuild,v 1.3 2006/10/14 22:55:00 chtekk Exp $ PHP_EXT_NAME="eaccelerator" PHP_EXT_INI="yes" @@ -42,7 +42,7 @@ pkg_setup() { src_compile() { has_php - my_conf="--enable-eaccelerator=shared" + my_conf="--enable-eaccelerator=shared --with-eaccelerator-userid=`id -u ${HTTPD_USER}`" use contentcache && my_conf="${my_conf} --with-eaccelerator-content-caching" use debug && my_conf="${my_conf} --with-eaccelerator-debug" |