diff options
author | Sebastian Bergmann <sebastian@gentoo.org> | 2005-05-06 09:14:06 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@gentoo.org> | 2005-05-06 09:14:06 +0000 |
commit | afd7c789d9b6659bbf1190cc391474d1b5dbbb2a (patch) | |
tree | 3afbb145eafa570de4a05efc63aa6d86372341cb /dev-php/mod_php/mod_php-4.3.11.ebuild | |
parent | version bump, handles bzip2 compressor variations correctly (diff) | |
download | gentoo-2-afd7c789d9b6659bbf1190cc391474d1b5dbbb2a.tar.gz gentoo-2-afd7c789d9b6659bbf1190cc391474d1b5dbbb2a.tar.bz2 gentoo-2-afd7c789d9b6659bbf1190cc391474d1b5dbbb2a.zip |
Fix bug #88795.
(Portage version: 2.0.51.21-r1)
Diffstat (limited to 'dev-php/mod_php/mod_php-4.3.11.ebuild')
-rw-r--r-- | dev-php/mod_php/mod_php-4.3.11.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-php/mod_php/mod_php-4.3.11.ebuild b/dev-php/mod_php/mod_php-4.3.11.ebuild index 2a86955ca443..ccda97e4590d 100644 --- a/dev-php/mod_php/mod_php-4.3.11.ebuild +++ b/dev-php/mod_php/mod_php-4.3.11.ebuild @@ -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/dev-php/mod_php/mod_php-4.3.11.ebuild,v 1.10 2005/04/25 00:51:27 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/mod_php-4.3.11.ebuild,v 1.11 2005/05/06 09:14:06 sebastian Exp $ IUSE="${IUSE} apache2" @@ -81,6 +81,9 @@ src_unpack() { # second revision as the apache2 stuff was resolved upstream epatch ${FILESDIR}/mod_php-4.3.5-apache1security.diff + # Bug 88795 + use gmp && epatch ${FILESDIR}/php-4.3.11-gmp.patch + # stop php from activing 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 sed -i.orig -e 's,-i -a -n php4,-i -n php4,g' $i |