diff options
Diffstat (limited to 'dev-php/php/php-5.0.0-r1.ebuild')
-rw-r--r-- | dev-php/php/php-5.0.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/php/php-5.0.0-r1.ebuild b/dev-php/php/php-5.0.0-r1.ebuild index 4486c232fc0c..35c0911190f6 100644 --- a/dev-php/php/php-5.0.0-r1.ebuild +++ b/dev-php/php/php-5.0.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-5.0.0-r1.ebuild,v 1.1 2004/08/08 23:54:06 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-5.0.0-r1.ebuild,v 1.2 2004/08/09 09:50:57 robbat2 Exp $ PHPSAPI="cli" MY_P="${PN}-${PV}" @@ -16,7 +16,7 @@ SLOT="0" # PHP_INSTALLTARGETS="${PHP_INSTALLTARGETS} install-cli" src_compile () { - my_conf="--disable-cgi --enable-cli" + my_conf="--disable-cgi --enable-cli --enable-embed" php5-sapi_src_compile } |