diff options
author | 2004-07-14 22:21:14 +0000 | |
---|---|---|
committer | 2004-07-14 22:21:14 +0000 | |
commit | ba046d49e69b39b527c0f3d2656bf8a815615ef2 (patch) | |
tree | bbd3f84f92280f9ba9a7f4ed2e5aed67915f65de /eclass | |
parent | sync IUSE (+unicode) (diff) | |
download | historical-ba046d49e69b39b527c0f3d2656bf8a815615ef2.tar.gz historical-ba046d49e69b39b527c0f3d2656bf8a815615ef2.tar.bz2 historical-ba046d49e69b39b527c0f3d2656bf8a815615ef2.zip |
SOAP extension properly enabled now
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/php5-sapi.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/php5-sapi.eclass b/eclass/php5-sapi.eclass index 99aac5b5cb5b..4322648b6a41 100644 --- a/eclass/php5-sapi.eclass +++ b/eclass/php5-sapi.eclass @@ -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/eclass/php5-sapi.eclass,v 1.4 2004/07/14 21:55:27 stuart Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi.eclass,v 1.5 2004/07/14 22:21:14 stuart Exp $ # # eclass/php5-sapi.eclass # Eclass for building different php5 SAPI instances @@ -316,7 +316,7 @@ php5-sapi_src_compile () { enable_extension_with "recode" "recode" 1 enable_extension_disable "simplexml" "simplexml" 1 enable_extension_with "snmp" "snmp" 1 - enable_extension_with "soap" "soap" 1 + enable_extension_enable "soap" "soap" 1 enable_extension_enable "sockets" "sockets" 1 enable_extension_disable "spl" "spl" 1 enable_extension_with "sybase" "sybase" 1 |