summaryrefslogtreecommitdiff
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/php-ext-source-r1.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/php-ext-source-r1.eclass')
-rw-r--r--eclass/php-ext-source-r1.eclass3
1 files changed, 2 insertions, 1 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}"