From ac5b0f3e2c71de5a1b5680a5c44d3dac6f2e6b8f Mon Sep 17 00:00:00 2001 From: Luca Longinotti Date: Thu, 22 Mar 2007 20:12:56 +0000 Subject: Fix shmem session unlink bug. --- eclass/php-ext-source-r1.eclass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'eclass/php-ext-source-r1.eclass') 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}" -- cgit v1.2.3-65-gdbad