diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2003-02-24 20:55:12 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2003-02-24 20:55:12 +0000 |
commit | ffd0f81edde2bfbf18d53894409d2fc0a05b361f (patch) | |
tree | a33e9dc3a527f609a56a4178faccf685c7a5c642 /dev-php | |
parent | add arm keyword (diff) | |
download | gentoo-2-ffd0f81edde2bfbf18d53894409d2fc0a05b361f.tar.gz gentoo-2-ffd0f81edde2bfbf18d53894409d2fc0a05b361f.tar.bz2 gentoo-2-ffd0f81edde2bfbf18d53894409d2fc0a05b361f.zip |
Removed subshell. fixes #16211
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/php/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/php/php-4.3.1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-php/php/ChangeLog b/dev-php/php/ChangeLog index 7c5ce4f7e360..3e6084f06e4d 100644 --- a/dev-php/php/ChangeLog +++ b/dev-php/php/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for dev-php/php # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/php/ChangeLog,v 1.34 2003/02/18 20:30:22 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/php/ChangeLog,v 1.35 2003/02/24 20:55:12 rphillips Exp $ 13 Jan 2003; Daniel Ahlberg <aliz@genoto.org> php-4.3.0-r2.ebuild : Added ppc and sparc keyword becuse this is a security update. @@ -9,6 +9,9 @@ *php-4.3.1 (18 Feb 2003) + 24 Feb 2003; Ryan Phillips <rphillips@gentoo.org> php-4.3.1.ebuild : + removed subshell from ebuild. Fixes #16211 + 18 Feb 2003; Ryan Phillips <rphillips@gentoo.org> php-4.3.1.ebuild: GLSA fix diff --git a/dev-php/php/php-4.3.1.ebuild b/dev-php/php/php-4.3.1.ebuild index 4c633a02a266..3b9e5df7ae1e 100644 --- a/dev-php/php/php-4.3.1.ebuild +++ b/dev-php/php/php-4.3.1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # Update: Roman Weber <gentoo@gonzo.ch> -# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-4.3.1.ebuild,v 1.1 2003/02/18 20:30:22 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-4.3.1.ebuild,v 1.2 2003/02/24 20:55:12 rphillips Exp $ IUSE="truetype postgres tiff libwww nls jpeg readline ssl oci8 mysql X gdbm curl imap xml2 xml cjk pdflib qt snmp crypt flash odbc ldap berkdb freetds firebird pam" @@ -122,10 +122,10 @@ src_compile() { fi fi - use qt && ( \ + use qt && { export QTDIR=/usr/qt/2 #hope this helps - danarmak myconf="${myconf} --with-qtdom" - ) + } if [ "`use imap`" ] ; then if [ "`use ssl`" ] && [ "`strings ${ROOT}/usr/lib/c-client.a \ |