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 | ed4de10ac443b69b1a5308837336fbad7f656ed9 (patch) | |
tree | 27cce7e174c0e06d5bb24cf477363f5226636853 /eclass/php-ext.eclass | |
parent | Update to build against external libsysfs. (diff) | |
download | historical-ed4de10ac443b69b1a5308837336fbad7f656ed9.tar.gz historical-ed4de10ac443b69b1a5308837336fbad7f656ed9.tar.bz2 historical-ed4de10ac443b69b1a5308837336fbad7f656ed9.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 |