diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2004-08-03 05:49:25 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2004-08-03 05:49:25 +0000 |
commit | fdf6a89b3f63bd44b948c806b62687f1ab2bc33d (patch) | |
tree | 0a68ee2ab1827de81824fe412387459233964c3c /eclass | |
parent | nonblock patch (Manifest recommit) (diff) | |
download | gentoo-2-fdf6a89b3f63bd44b948c806b62687f1ab2bc33d.tar.gz gentoo-2-fdf6a89b3f63bd44b948c806b62687f1ab2bc33d.tar.bz2 gentoo-2-fdf6a89b3f63bd44b948c806b62687f1ab2bc33d.zip |
cgi should have extensions too.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/php-ext-base.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/php-ext-base.eclass b/eclass/php-ext-base.eclass index b0881cea7092..49706738b588 100644 --- a/eclass/php-ext-base.eclass +++ b/eclass/php-ext-base.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/php-ext-base.eclass,v 1.13 2004/07/06 22:24:47 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-base.eclass,v 1.14 2004/08/03 05:49:25 robbat2 Exp $ # # Author: Tal Peer <coredumb@gentoo.org> # Author: Stuart Herbert <stuart@gentoo.org> @@ -46,7 +46,7 @@ php-ext-base_buildinilist () { # work out the list of .ini files to edit/add to if [ -z "${PHPSAPILIST}" ]; then - PHPSAPILIST="apache1 apache2 cli" + PHPSAPILIST="apache1 apache2 cli cgi" fi PHPINIFILELIST= |