summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Bergmann <sebastian@gentoo.org>2005-07-13 05:36:32 +0000
committerSebastian Bergmann <sebastian@gentoo.org>2005-07-13 05:36:32 +0000
commitcb2a119fd63f5543ab1c4ea9ed3310c020dc13b9 (patch)
treedba41e41912a3942e61e4551828a2617bdfeb2a9 /eclass/php5-sapi-r2.eclass
parentremoving mips keyword, as accessibility is masked (diff)
downloadhistorical-cb2a119fd63f5543ab1c4ea9ed3310c020dc13b9.tar.gz
historical-cb2a119fd63f5543ab1c4ea9ed3310c020dc13b9.tar.bz2
historical-cb2a119fd63f5543ab1c4ea9ed3310c020dc13b9.zip
Sync PHP 5 eclasses with PHP 4 ebuilds: Do not build PHP CLI binary for mod_php package.
Diffstat (limited to 'eclass/php5-sapi-r2.eclass')
-rw-r--r--eclass/php5-sapi-r2.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/php5-sapi-r2.eclass b/eclass/php5-sapi-r2.eclass
index 0dabbfb55bfa..d0a5a479f7af 100644
--- a/eclass/php5-sapi-r2.eclass
+++ b/eclass/php5-sapi-r2.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi-r2.eclass,v 1.27 2005/07/13 05:24:52 sebastian Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi-r2.eclass,v 1.28 2005/07/13 05:36:32 sebastian Exp $
#
# eclass/php5-sapi-r2.eclass
# Eclass for building different php5 SAPI instances
@@ -388,7 +388,7 @@ php5-sapi-r2_src_compile() {
if [ "$PHPSAPI" == "cli" ]; then
my_conf="${my_conf} --with-pear"
else
- my_conf="${my_conf} --without-pear"
+ my_conf="${my_conf} --disable-cli --without-pear"
fi
# extension USE flag shared support?