diff options
author | Stuart Herbert <stuart@gentoo.org> | 2004-03-29 00:06:12 +0000 |
---|---|---|
committer | Stuart Herbert <stuart@gentoo.org> | 2004-03-29 00:06:12 +0000 |
commit | dbe02554272101f381578b6e1297f43da071d6e6 (patch) | |
tree | 99268a04fb6cd9099669ec5bb872df12a4f600dd /dev-php | |
parent | Added ~sparc keyword. (diff) | |
download | historical-dbe02554272101f381578b6e1297f43da071d6e6.tar.gz historical-dbe02554272101f381578b6e1297f43da071d6e6.tar.bz2 historical-dbe02554272101f381578b6e1297f43da071d6e6.zip |
Fix for installation problem
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/php/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/php/php-4.3.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/php/ChangeLog b/dev-php/php/ChangeLog index 4a51c77f2891..b635c5f513b1 100644 --- a/dev-php/php/ChangeLog +++ b/dev-php/php/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/php # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/php/ChangeLog,v 1.77 2004/03/28 23:37:32 stuart Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/php/ChangeLog,v 1.78 2004/03/29 00:06:12 stuart Exp $ + + 29 Mar 2004; Stuart Herbert <stuart@gentoo.org> php-4.3.5.ebuild: + Fix for 'make install_modules' failing if no shared modules are built *php-4.3.5 (29 Mar 2004) diff --git a/dev-php/php/php-4.3.5.ebuild b/dev-php/php/php-4.3.5.ebuild index dc67aaf032a1..8ebd3d5339cf 100644 --- a/dev-php/php/php-4.3.5.ebuild +++ b/dev-php/php/php-4.3.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-4.3.5.ebuild,v 1.1 2004/03/28 23:37:32 stuart Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-4.3.5.ebuild,v 1.2 2004/03/29 00:06:12 stuart Exp $ PHPSAPI="cli" inherit php-sapi eutils @@ -26,7 +26,7 @@ src_compile() { src_install() { - PHP_INSTALLTARGETS="${PHP_INSTALLTARGETS} install-cli install-programs install-pear install-build install-headers" + PHP_INSTALLTARGETS="install" php-sapi_src_install einfo "Fixing PEAR cache location" |