diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2004-08-09 00:13:30 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2004-08-09 00:13:30 +0000 |
commit | f2492f83123a234b355a6e637218063e5dc1a4eb (patch) | |
tree | ee0197e4604fd3c173b5372afe0f86f833dfe45d /eclass/php5-sapi.eclass | |
parent | minor dep fix (Manifest recommit) (diff) | |
download | gentoo-2-f2492f83123a234b355a6e637218063e5dc1a4eb.tar.gz gentoo-2-f2492f83123a234b355a6e637218063e5dc1a4eb.tar.bz2 gentoo-2-f2492f83123a234b355a6e637218063e5dc1a4eb.zip |
bug #59755.
Diffstat (limited to 'eclass/php5-sapi.eclass')
-rw-r--r-- | eclass/php5-sapi.eclass | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/eclass/php5-sapi.eclass b/eclass/php5-sapi.eclass index 99390b3e2a04..d25126b1154b 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.18 2004/08/08 23:55:15 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi.eclass,v 1.19 2004/08/09 00:13:30 robbat2 Exp $ # # eclass/php5-sapi.eclass # Eclass for building different php5 SAPI instances @@ -302,6 +302,9 @@ php5-sapi_pkg_setup () { php5-sapi_src_unpack () { unpack ${A} + # Fix for HTTP auth bug, #59755 + epatch ${FILESDIR}/php-5.0.0-httpauthfix.patch + cd ${S} # Patch PHP to show Gentoo as the server platform @@ -311,8 +314,6 @@ 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 |