summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorLuca Longinotti <chtekk@gentoo.org>2007-03-22 20:12:56 +0000
committerLuca Longinotti <chtekk@gentoo.org>2007-03-22 20:12:56 +0000
commitac5b0f3e2c71de5a1b5680a5c44d3dac6f2e6b8f (patch)
tree70036643b92812c173cfdd596f65e77f09327d2a /eclass
parentKeyworded ~sparc (diff)
downloadgentoo-2-ac5b0f3e2c71de5a1b5680a5c44d3dac6f2e6b8f.tar.gz
gentoo-2-ac5b0f3e2c71de5a1b5680a5c44d3dac6f2e6b8f.tar.bz2
gentoo-2-ac5b0f3e2c71de5a1b5680a5c44d3dac6f2e6b8f.zip
Fix shmem session unlink bug.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/php-ext-source-r1.eclass3
-rw-r--r--eclass/php-pear-lib-r1.eclass3
-rw-r--r--eclass/php-pear-r1.eclass3
3 files changed, 6 insertions, 3 deletions
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 <coredumb@gentoo.org>
# Author: Stuart Herbert <stuart@gentoo.org>
@@ -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 <chtekk@gentoo.org>
# Maintained by the PHP Team <php-bugs@gentoo.org>
@@ -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 <coredumb@gentoo.org>
# Author: Luca Longinotti <chtekk@gentoo.org>
@@ -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)