]> git.pld-linux.org Git - packages/php.git/blame - php-filter-shared.patch
- release 16 (by relup.sh)
[packages/php.git] / php-filter-shared.patch
CommitLineData
3a3d290d
ER
1--- php-5.2.0/ext/filter/config.m4~ 2006-01-14 17:04:12.000000000 +0200
2+++ php-5.2.0/ext/filter/config.m4 2006-11-20 00:06:09.272529853 +0200
3@@ -10,10 +10,7 @@
4 if test "$PHP_FILTER" != "no"; then
5
6 dnl Check if configure is the PHP core configure
7- if test -n "$PHP_VERSION"; then
8- dnl This extension can not be build as shared when in PHP core
9- ext_shared=no
10- else
11+ if test -z "$PHP_VERSION"; then
12 dnl This is PECL build, check if bundled PCRE library is used
13 old_CPPFLAGS=$CPPFLAGS
14 CPPFLAGS=$INCLUDES
This page took 0.034505 seconds and 4 git commands to generate.