diff options
Diffstat (limited to 'dev-php/php/php-4.3.1.ebuild')
-rw-r--r-- | dev-php/php/php-4.3.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/php/php-4.3.1.ebuild b/dev-php/php/php-4.3.1.ebuild index aa0443d01e7d..5bdd5b20e8fb 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.6 2003/03/03 09:23:03 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-4.3.1.ebuild,v 1.7 2003/03/03 21:10:55 seemant 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 spell" @@ -180,10 +180,10 @@ src_compile() { --enable-inline-optimization \ --with-config-file-path=/etc/php4 \ --with-pear \ + --enable-pcntl \ ${myconf} || die "bad ./configure" # this b0rks user's machines, so until we can assure this flag is stable, # I'm disabling it -- seemant (march 3 2003) - # --enable-pcntl \ make || die "compile problem" } |