diff options
author | Sebastian Bergmann <sebastian@gentoo.org> | 2005-05-06 04:38:05 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@gentoo.org> | 2005-05-06 04:38:05 +0000 |
commit | e0134cd83e1045ec6f2ace3af14fc82a535dbecb (patch) | |
tree | b3a0e3baf18a7fe34e63d1d2c283a3bd4853f53e /eclass/php-pear.eclass | |
parent | Fixed mng dep. Thanks to James Rowe <jnrowe@ukfsn.org>; bug #91644. (diff) | |
download | gentoo-2-e0134cd83e1045ec6f2ace3af14fc82a535dbecb.tar.gz gentoo-2-e0134cd83e1045ec6f2ace3af14fc82a535dbecb.tar.bz2 gentoo-2-e0134cd83e1045ec6f2ace3af14fc82a535dbecb.zip |
Hopefully fix sandbox violations due to SNMP issues with PHP 4.3.11. Patch by Stuart (see #88683).
Diffstat (limited to 'eclass/php-pear.eclass')
-rw-r--r-- | eclass/php-pear.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/php-pear.eclass b/eclass/php-pear.eclass index 451d64be4c63..0df0498084f1 100644 --- a/eclass/php-pear.eclass +++ b/eclass/php-pear.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/php-pear.eclass,v 1.8 2005/03/14 16:52:18 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-pear.eclass,v 1.9 2005/05/06 04:38:05 sebastian Exp $ # # Author: Tal Peer <coredumb@gentoo.org> # @@ -42,6 +42,7 @@ S="${WORKDIR}/${PEAR_PN}" php-pear_src_install () { # SNMP is nuts sometimes addpredict /usr/share/snmp/mibs/.index + addpredict /var/lib/net-snmp/ cd ${S} mv ${WORKDIR}/package.xml ${S} |