summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Bergmann <sebastian@gentoo.org>2005-07-14 16:20:35 +0000
committerSebastian Bergmann <sebastian@gentoo.org>2005-07-14 16:20:35 +0000
commit924f303348c544bff5215183f6110053f9f60a6c (patch)
tree71af77d7c90e5e44af048bee07bbefafdf577e3f /eclass/php5-sapi-r1.eclass
parentNew development release. (diff)
downloadgentoo-2-924f303348c544bff5215183f6110053f9f60a6c.tar.gz
gentoo-2-924f303348c544bff5215183f6110053f9f60a6c.tar.bz2
gentoo-2-924f303348c544bff5215183f6110053f9f60a6c.zip
Fix bug 98836.
Diffstat (limited to 'eclass/php5-sapi-r1.eclass')
-rw-r--r--eclass/php5-sapi-r1.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/php5-sapi-r1.eclass b/eclass/php5-sapi-r1.eclass
index fc8a4eb07f14..4c9ebcc1ab88 100644
--- a/eclass/php5-sapi-r1.eclass
+++ b/eclass/php5-sapi-r1.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-r1.eclass,v 1.16 2005/07/13 16:06:04 sebastian Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi-r1.eclass,v 1.17 2005/07/14 16:20:35 sebastian Exp $
#
# eclass/php5-sapi-r1.eclass
# Eclass for building different php5 SAPI instances
@@ -370,7 +370,7 @@ php5-sapi-r1_src_compile() {
enable_extension_with "ingres" "ingres" 1
enable_extension_with "interbase" "firebird" 1
# 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