diff options
author | 2012-02-12 19:13:00 +0000 | |
---|---|---|
committer | 2012-02-12 19:13:00 +0000 | |
commit | bfbb847646a07fdf580ea4dcd36e3770ce8cd7d7 (patch) | |
tree | 377fa4ac8d3522e80be5d7eb8b84d7111f2cf4bd /dev-php/suhosin/suhosin-0.9.33.ebuild | |
parent | Call python_convert_shebangs() only in correct combination of USE flags. Patc... (diff) | |
download | gentoo-2-bfbb847646a07fdf580ea4dcd36e3770ce8cd7d7.tar.gz gentoo-2-bfbb847646a07fdf580ea4dcd36e3770ce8cd7d7.tar.bz2 gentoo-2-bfbb847646a07fdf580ea4dcd36e3770ce8cd7d7.zip |
Added patch that makes suhosin build with php[threads]. Bug 400889
(Portage version: 2.1.10.41/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/suhosin/suhosin-0.9.33.ebuild')
-rw-r--r-- | dev-php/suhosin/suhosin-0.9.33.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-php/suhosin/suhosin-0.9.33.ebuild b/dev-php/suhosin/suhosin-0.9.33.ebuild index d04eba1b6d49..70822835df41 100644 --- a/dev-php/suhosin/suhosin-0.9.33.ebuild +++ b/dev-php/suhosin/suhosin-0.9.33.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/suhosin/suhosin-0.9.33.ebuild,v 1.2 2012/01/27 13:30:25 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/suhosin/suhosin-0.9.33.ebuild,v 1.3 2012/02/12 19:13:00 olemarkus Exp $ EAPI="2" @@ -27,6 +27,7 @@ src_prepare() { for slot in $(php_get_slots); do php_init_slot_env ${slot} epatch "${FILESDIR}"/${P}-libcrypt.patch + epatch "${FILESDIR}"/${P}-fix-ZTS-compile-problem.patch done php-ext-source-r2_src_prepare } |