diff options
-rw-r--r-- | eclass/php-sapi.eclass | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/eclass/php-sapi.eclass b/eclass/php-sapi.eclass index 0706474a2252..7826da56727c 100644 --- a/eclass/php-sapi.eclass +++ b/eclass/php-sapi.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/php-sapi.eclass,v 1.29 2004/05/29 23:57:31 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-sapi.eclass,v 1.30 2004/06/11 22:26:33 stuart Exp $ # Author: Robin H. Johnson <robbat2@gentoo.org> inherit eutils flag-o-matic @@ -49,9 +49,11 @@ IUSE="${IUSE} X crypt curl firebird flash freetds gd gd-external gdbm imap infor # Hardened-PHP support -HARDENEDPHP_PATCH="hardened-php-4.3.6-0.1.1.patch.gz" +HARDENEDPHP_PATCH="hardened-php-4.3.6-0.1.2.patch.gz" [ `use hardenedphp` ] && SRC_URI="${SRC_URI} http://www.hardened-php.net/$HARDENEDPHP_PATCH" +echo "$SRC_URI" + # berkdb stuff is complicated # we need db-1.* for ndbm # and then either of db3 or db4 |