diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2004-08-14 19:11:04 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2004-08-14 19:11:04 +0000 |
commit | 2bda039c43ae230b0ad04c3352afb521e107021f (patch) | |
tree | 10fe53a2a6bcc9e32f98a460fe75e066a50f56bd /eclass/php5-sapi.eclass | |
parent | ppc stable profile update (diff) | |
download | historical-2bda039c43ae230b0ad04c3352afb521e107021f.tar.gz historical-2bda039c43ae230b0ad04c3352afb521e107021f.tar.bz2 historical-2bda039c43ae230b0ad04c3352afb521e107021f.zip |
fix bug #60314, ldap+sasl fail.
Diffstat (limited to 'eclass/php5-sapi.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 fb15ec57682c..1b1521308b3e 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.22 2004/08/13 21:05:11 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi.eclass,v 1.23 2004/08/14 19:11:04 robbat2 Exp $ # # eclass/php5-sapi.eclass # Eclass for building different php5 SAPI instances @@ -193,7 +193,7 @@ php5-sapi_check_awkward_uses () { if useq ldap ; then enable_extension_with "ldap" "ldap" 1 - enable_extension_with "ldap-sasl" "sasl" 1 + enable_extension_with "ldap-sasl" "sasl" 0 fi if useq odbc ; then |