| 1 | # Copyright 1999-2012 Gentoo Foundation |
1 | # Copyright 1999-2012 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-source-r2.eclass,v 1.28 2012/08/01 10:55:29 olemarkus Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-source-r2.eclass,v 1.29 2012/08/22 15:06:20 olemarkus Exp $ |
| 4 | |
4 | |
| 5 | # @ECLASS: php-ext-source-r2.eclass |
5 | # @ECLASS: php-ext-source-r2.eclass |
| 6 | # @MAINTAINER: |
6 | # @MAINTAINER: |
| 7 | # Gentoo PHP team <php-bugs@gentoo.org> |
7 | # Gentoo PHP team <php-bugs@gentoo.org> |
| 8 | # @AUTHOR: |
8 | # @AUTHOR: |
| … | |
… | |
| 140 | # @DESCRIPTION: |
140 | # @DESCRIPTION: |
| 141 | # Set this in the ebuild to pass configure options to econf. |
141 | # Set this in the ebuild to pass configure options to econf. |
| 142 | php-ext-source-r2_src_configure() { |
142 | php-ext-source-r2_src_configure() { |
| 143 | # net-snmp creates this file #385403 |
143 | # net-snmp creates this file #385403 |
| 144 | addpredict /usr/share/snmp/mibs/.index |
144 | addpredict /usr/share/snmp/mibs/.index |
|
|
145 | addpredict /var/lib/net-snmp/mib_indexes |
| 145 | |
146 | |
| 146 | local slot |
147 | local slot |
| 147 | for slot in $(php_get_slots); do |
148 | for slot in $(php_get_slots); do |
| 148 | php_init_slot_env ${slot} |
149 | php_init_slot_env ${slot} |
| 149 | # Set the correct config options |
150 | # Set the correct config options |
| … | |
… | |
| 155 | # @DESCRIPTION: |
156 | # @DESCRIPTION: |
| 156 | # Takes care of standard compile for PHP extensions (modules). |
157 | # Takes care of standard compile for PHP extensions (modules). |
| 157 | php-ext-source-r2_src_compile() { |
158 | php-ext-source-r2_src_compile() { |
| 158 | # net-snmp creates this file #324739 |
159 | # net-snmp creates this file #324739 |
| 159 | addpredict /usr/share/snmp/mibs/.index |
160 | addpredict /usr/share/snmp/mibs/.index |
|
|
161 | addpredict /var/lib/net-snmp/mib_indexes |
|
|
162 | |
| 160 | # shm extension createss a semaphore file #173574 |
163 | # shm extension createss a semaphore file #173574 |
| 161 | addpredict /session_mm_cli0.sem |
164 | addpredict /session_mm_cli0.sem |
| 162 | local slot |
165 | local slot |
| 163 | for slot in $(php_get_slots); do |
166 | for slot in $(php_get_slots); do |
| 164 | php_init_slot_env ${slot} |
167 | php_init_slot_env ${slot} |