diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2003-11-07 23:12:06 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2003-11-07 23:12:06 +0000 |
commit | 3a4a754d938917e48800616166640bd90a2521d5 (patch) | |
tree | 84f3c2edbf7eebab414048e7d986e04d40fbf323 /eclass/php-ext.eclass | |
parent | Update to build against external libsysfs. (diff) | |
download | gentoo-2-3a4a754d938917e48800616166640bd90a2521d5.tar.gz gentoo-2-3a4a754d938917e48800616166640bd90a2521d5.tar.bz2 gentoo-2-3a4a754d938917e48800616166640bd90a2521d5.zip |
fix bug #32846
Diffstat (limited to 'eclass/php-ext.eclass')
-rw-r--r-- | eclass/php-ext.eclass | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/eclass/php-ext.eclass b/eclass/php-ext.eclass index 72227e090f3e..87c3b4c73d02 100644 --- a/eclass/php-ext.eclass +++ b/eclass/php-ext.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext.eclass,v 1.3 2003/07/12 16:27:31 coredumb Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext.eclass,v 1.4 2003/11/07 23:12:06 robbat2 Exp $ # # Author: Tal Peer <coredumb@gentoo.org> # @@ -29,9 +29,12 @@ EXPORT_FUNCTIONS src_compile src_install pkg_postinst DEPEND="${DEPEND} virtual/php - =sys-devel/m4-1.4 + >=sys-devel/m4-1.4 >=sys-devel/libtool-1.4.3" +RDEPEND="${RDEPEND} + virtual/php" + php-ext_buildinilist () { # work out the list of .ini files to edit/add to |