From: Luca Longinotti Date: Thu, 22 Mar 2007 20:12:56 +0000 (+0000) Subject: Fix shmem session unlink bug. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=09dd6372c7f096a7b4ec89d82851178db88dd205;p=gentoo.git Fix shmem session unlink bug. --- diff --git a/eclass/php-ext-source-r1.eclass b/eclass/php-ext-source-r1.eclass index 547583e4d450..d9cbd0189948 100644 --- a/eclass/php-ext-source-r1.eclass +++ b/eclass/php-ext-source-r1.eclass @@ -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/eclass/php-ext-source-r1.eclass,v 1.6 2007/03/05 01:50:47 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-source-r1.eclass,v 1.7 2007/03/22 20:12:56 chtekk Exp $ # # Author: Tal Peer # Author: Stuart Herbert @@ -32,6 +32,7 @@ php-ext-source-r1_src_compile() { # Pull in the PHP settings has_php addpredict /usr/share/snmp/mibs/.index + addpredict /session_mm_cli0.sem # Set the correct config options my_conf="--prefix=${PHPPREFIX} --with-php-config=${PHPCONFIG} ${my_conf}" diff --git a/eclass/php-pear-lib-r1.eclass b/eclass/php-pear-lib-r1.eclass index 7716af2950b7..95b95ec85adf 100644 --- a/eclass/php-pear-lib-r1.eclass +++ b/eclass/php-pear-lib-r1.eclass @@ -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/eclass/php-pear-lib-r1.eclass,v 1.10 2007/03/05 01:50:47 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-pear-lib-r1.eclass,v 1.11 2007/03/22 20:12:56 chtekk Exp $ # # Author: Luca Longinotti # Maintained by the PHP Team @@ -22,6 +22,7 @@ php-pear-lib-r1_src_install() { # SNMP support addpredict /usr/share/snmp/mibs/.index addpredict /var/lib/net-snmp/ + addpredict /session_mm_cli0.sem case "${CATEGORY}" in dev-php) diff --git a/eclass/php-pear-r1.eclass b/eclass/php-pear-r1.eclass index 552b5516f280..0a340de773e4 100644 --- a/eclass/php-pear-r1.eclass +++ b/eclass/php-pear-r1.eclass @@ -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/eclass/php-pear-r1.eclass,v 1.14 2007/03/05 01:50:47 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-pear-r1.eclass,v 1.15 2007/03/22 20:12:56 chtekk Exp $ # # Author: Tal Peer # Author: Luca Longinotti @@ -42,6 +42,7 @@ php-pear-r1_src_install() { # SNMP support addpredict /usr/share/snmp/mibs/.index addpredict /var/lib/net-snmp/ + addpredict /session_mm_cli0.sem case "${CATEGORY}" in dev-php)