summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2003-03-03 21:10:55 +0000
committerSeemant Kulleen <seemant@gentoo.org>2003-03-03 21:10:55 +0000
commitc79de74c192a5fe1d27f99f31eba3631773951ed (patch)
tree2941890231572307466ac3115f142207e3387f6d /dev-php/php/php-4.3.1.ebuild
parentnew dev version (diff)
downloadgentoo-2-c79de74c192a5fe1d27f99f31eba3631773951ed.tar.gz
gentoo-2-c79de74c192a5fe1d27f99f31eba3631773951ed.tar.bz2
gentoo-2-c79de74c192a5fe1d27f99f31eba3631773951ed.zip
added pcntl back
Diffstat (limited to 'dev-php/php/php-4.3.1.ebuild')
-rw-r--r--dev-php/php/php-4.3.1.ebuild4
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"
}