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-source.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-source.eclass')
-rw-r--r-- | eclass/php-ext-source.eclass | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/eclass/php-ext-source.eclass b/eclass/php-ext-source.eclass index d8398845e636..a0cf78c51f3e 100644 --- a/eclass/php-ext-source.eclass +++ b/eclass/php-ext-source.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-source.eclass,v 1.5 2003/07/26 15:30:39 stuart Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-source.eclass,v 1.6 2003/11/07 23:12:06 robbat2 Exp $ # # Author: Tal Peer <coredumb@gentoo.org> # Author: Stuart Herbert <stuart@gentoo.org> @@ -29,9 +29,12 @@ EXPORT_FUNCTIONS src_compile src_install 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-source_src_compile() { #phpize creates configure out of config.m4 phpize |