summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Bergmann <sebastian@gentoo.org>2005-07-10 13:34:05 +0000
committerSebastian Bergmann <sebastian@gentoo.org>2005-07-10 13:34:05 +0000
commit3a0a8aa2abde8b6bd4bcc1ea670d27689adcccc6 (patch)
tree0491350772ce2bcdfd59ee7950958e6289526f83 /eclass/php5-sapi-r2.eclass
parentStable on hppa (diff)
downloadgentoo-2-3a0a8aa2abde8b6bd4bcc1ea670d27689adcccc6.tar.gz
gentoo-2-3a0a8aa2abde8b6bd4bcc1ea670d27689adcccc6.tar.bz2
gentoo-2-3a0a8aa2abde8b6bd4bcc1ea670d27689adcccc6.zip
Fix bug 98559.
Diffstat (limited to 'eclass/php5-sapi-r2.eclass')
-rw-r--r--eclass/php5-sapi-r2.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/php5-sapi-r2.eclass b/eclass/php5-sapi-r2.eclass
index 93dc820980a7..5665e0e211f4 100644
--- a/eclass/php5-sapi-r2.eclass
+++ b/eclass/php5-sapi-r2.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-r2.eclass,v 1.24 2005/07/09 08:33:27 sebastian Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi-r2.eclass,v 1.25 2005/07/10 13:34:05 sebastian Exp $
#
# eclass/php5-sapi-r2.eclass
# Eclass for building different php5 SAPI instances
@@ -112,7 +112,7 @@ PHP_INI_FILE="php.ini"
# the patch for different versions of PHP
case "$PV" in
- 5.0.4) HARDENEDPHP_PATCH="hardened-php-$PV-0.3.2.patch.gz" ;;
+ 5.0.4) HARDENEDPHP_PATCH="hardening-patch-$PV-0.3.2.patch.gz" ;;
esac
[ -n "$HARDENEDPHP_PATCH" ] && SRC_URI="${SRC_URI} hardenedphp? ( http://www.hardened-php.net/$HARDENEDPHP_PATCH )"