Fix shmem session unlink bug.
authorLuca Longinotti <chtekk@gentoo.org>
Thu, 22 Mar 2007 20:12:56 +0000 (20:12 +0000)
committerLuca Longinotti <chtekk@gentoo.org>
Thu, 22 Mar 2007 20:12:56 +0000 (20:12 +0000)
eclass/php-ext-source-r1.eclass
eclass/php-pear-lib-r1.eclass
eclass/php-pear-r1.eclass

index 547583e4d4505218021285a4fb39537eec02a8e5..d9cbd0189948f9d307910d62d2ee770d4b4b72c8 100644 (file)
@@ -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}"
index 7716af2950b7e5c5d690a4fd3385f2660d16a53c..95b95ec85adf592696553b5c1dc8c2edc4c93f0e 100644 (file)
@@ -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)
index 552b5516f280f9453c53a44b795ae6746180f414..0a340de773e47f69cb8c89696c3d85e6a61051c1 100644 (file)
@@ -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)