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
commit820f47acd39469a3c006f9402a9d95252c6523e8 (patch)
treea369ffe10caf262ac42669acd15fa0f76f31b01b /eclass/php5-sapi-r1.eclass
parentSecurity Bump Bug #98855 (diff)
downloadhistorical-820f47acd39469a3c006f9402a9d95252c6523e8.tar.gz
historical-820f47acd39469a3c006f9402a9d95252c6523e8.tar.bz2
historical-820f47acd39469a3c006f9402a9d95252c6523e8.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