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 | ec243e0a446c7cfaa8264740a105a9f3832667d0 (patch) | |
tree | 2c0dee6c67ff68a84c2c25ff5b476cf0d82dcd8e /eclass | |
parent | Fixed mng dep. Thanks to James Rowe <jnrowe@ukfsn.org>; bug #91644. (diff) | |
download | historical-ec243e0a446c7cfaa8264740a105a9f3832667d0.tar.gz historical-ec243e0a446c7cfaa8264740a105a9f3832667d0.tar.bz2 historical-ec243e0a446c7cfaa8264740a105a9f3832667d0.zip |
Hopefully fix sandbox violations due to SNMP issues with PHP 4.3.11. Patch by Stuart (see #88683).
Diffstat (limited to '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} |