summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2004-08-08 23:56:18 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2004-08-08 23:56:18 +0000
commit3907790cac5d638dca29972d2df1337a90aa7098 (patch)
tree79014465ebef14f1a3e28ac1af1ecc402fbde0cb /eclass
parentmakecheck fails with sandbox enabled, so i've made the ebuilds die right away... (diff)
downloadgentoo-2-3907790cac5d638dca29972d2df1337a90aa7098.tar.gz
gentoo-2-3907790cac5d638dca29972d2df1337a90aa7098.tar.bz2
gentoo-2-3907790cac5d638dca29972d2df1337a90aa7098.zip
bug #59755.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/php5-sapi.eclass4
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/php5-sapi.eclass b/eclass/php5-sapi.eclass
index 18952578ad81..99390b3e2a04 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.17 2004/08/07 20:56:22 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi.eclass,v 1.18 2004/08/08 23:55:15 robbat2 Exp $
#
# eclass/php5-sapi.eclass
# Eclass for building different php5 SAPI instances
@@ -311,6 +311,8 @@ php5-sapi_src_unpack () {
# Patch for session persistence bug
epatch ${FILESDIR}/php5_soap_persistence_session.diff
+ # Fix for HTTP auth bug, #59755
+ epatch ${FILESDIR}/php-5.0.0-httpauthfix.patch
# stop php from activating the apache config, as we will do that ourselves
for i in configure sapi/apache/config.m4 sapi/apache2filter/config.m4 sapi/apache2handler/config.m4 ; do