diff options
author | Sebastian Bergmann <sebastian@gentoo.org> | 2005-07-14 16:20:35 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@gentoo.org> | 2005-07-14 16:20:35 +0000 |
commit | 924f303348c544bff5215183f6110053f9f60a6c (patch) | |
tree | 71af77d7c90e5e44af048bee07bbefafdf577e3f /eclass/php5-sapi-r3.eclass | |
parent | New development release. (diff) | |
download | gentoo-2-924f303348c544bff5215183f6110053f9f60a6c.tar.gz gentoo-2-924f303348c544bff5215183f6110053f9f60a6c.tar.bz2 gentoo-2-924f303348c544bff5215183f6110053f9f60a6c.zip |
Fix bug 98836.
Diffstat (limited to 'eclass/php5-sapi-r3.eclass')
-rw-r--r-- | eclass/php5-sapi-r3.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/php5-sapi-r3.eclass b/eclass/php5-sapi-r3.eclass index d62d63d22068..4ef676f5ed1d 100644 --- a/eclass/php5-sapi-r3.eclass +++ b/eclass/php5-sapi-r3.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-r3.eclass,v 1.18 2005/07/13 16:06:04 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi-r3.eclass,v 1.19 2005/07/14 16:20:35 sebastian Exp $ # # ######################################################################## # @@ -418,7 +418,7 @@ php5-sapi-r3_src_compile() { # iodbc support added by Tim Haynes <gentoo@stirfried.vegetable.org.uk> enable_extension_with "iodbc" "iodbc" 0 "/usr" # ircg extension not supported on Gentoo at this time - enable_extension_with "kerberos" "kerberos" 0 "/usr" + enable_extension_with "kerberos" "kerberos" 0 enable_extension_disable "libxml" "xml2" 0 enable_extension_enable "mbstring" "nls" 1 enable_extension_with "mcrypt" "crypt" 1 |