summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2004-08-09 09:50:57 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2004-08-09 09:50:57 +0000
commit956c42216c9235250380c09f5e20442c4aec083d (patch)
tree22a2b902fdc8c2210fa448ac4984efccda389470 /dev-php
parentslight typo fix. (diff)
downloadhistorical-956c42216c9235250380c09f5e20442c4aec083d.tar.gz
historical-956c42216c9235250380c09f5e20442c4aec083d.tar.bz2
historical-956c42216c9235250380c09f5e20442c4aec083d.zip
Enable embedded API.
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/php/ChangeLog5
-rw-r--r--dev-php/php/php-5.0.0-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/php/ChangeLog b/dev-php/php/ChangeLog
index 4e4b89edb77c..de09dac5f479 100644
--- a/dev-php/php/ChangeLog
+++ b/dev-php/php/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-php/php
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/php/ChangeLog,v 1.112 2004/08/08 23:54:06 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/php/ChangeLog,v 1.113 2004/08/09 09:50:57 robbat2 Exp $
+
+ 09 Aug 2004; Robin H. Johnson <robbat2@gentoo.org> php-5.0.0-r1.ebuild:
+ Enable embedded API.
*php-5.0.0-r1 (08 Aug 2004)
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
}