diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2012-06-22 20:05:24 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2012-06-22 20:05:24 +0000 |
commit | adfe63f79e123c335bd1a76f4364394eafd408d0 (patch) | |
tree | da2344af1f060fac9b697ec6bc4db9c2f5b040b2 /eclass | |
parent | bump pandoc to 1.9.4.1 (diff) | |
download | gentoo-2-adfe63f79e123c335bd1a76f4364394eafd408d0.tar.gz gentoo-2-adfe63f79e123c335bd1a76f4364394eafd408d0.tar.bz2 gentoo-2-adfe63f79e123c335bd1a76f4364394eafd408d0.zip |
Install ini files for embed SAPI too
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/php-ext-source-r2.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/php-ext-source-r2.eclass b/eclass/php-ext-source-r2.eclass index 29e2891f2077..400ed3ca51a9 100644 --- a/eclass/php-ext-source-r2.eclass +++ b/eclass/php-ext-source-r2.eclass @@ -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/eclass/php-ext-source-r2.eclass,v 1.26 2012/06/02 19:16:31 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-source-r2.eclass,v 1.27 2012/06/22 20:05:24 olemarkus Exp $ # @ECLASS: php-ext-source-r2.eclass # @MAINTAINER: @@ -221,7 +221,7 @@ php_init_slot_env() { php-ext-source-r2_buildinilist() { # Work out the list of <ext>.ini files to edit/add to if [[ -z "${PHPSAPILIST}" ]] ; then - PHPSAPILIST="apache2 cli cgi fpm" + PHPSAPILIST="apache2 cli cgi fpm embed" fi PHPINIFILELIST="" |