SOURCES: php-filter-shared.patch (NEW) - filter extension can be b...

glen glen at pld-linux.org
Sun Nov 19 23:54:25 CET 2006


Author: glen                         Date: Sun Nov 19 22:54:25 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- filter extension can be build shared (nothing in core needs it's symbols)

---- Files affected:
SOURCES:
   php-filter-shared.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/php-filter-shared.patch
diff -u /dev/null SOURCES/php-filter-shared.patch:1.1
--- /dev/null	Sun Nov 19 23:54:25 2006
+++ SOURCES/php-filter-shared.patch	Sun Nov 19 23:54:19 2006
@@ -0,0 +1,14 @@
+--- php-5.2.0/ext/filter/config.m4~	2006-01-14 17:04:12.000000000 +0200
++++ php-5.2.0/ext/filter/config.m4	2006-11-20 00:06:09.272529853 +0200
+@@ -10,10 +10,7 @@
+ if test "$PHP_FILTER" != "no"; then
+ 
+   dnl Check if configure is the PHP core configure
+-  if test -n "$PHP_VERSION"; then
+-    dnl This extension can not be build as shared when in PHP core
+-    ext_shared=no
+-  else
++  if test -z "$PHP_VERSION"; then
+     dnl This is PECL build, check if bundled PCRE library is used
+     old_CPPFLAGS=$CPPFLAGS
+     CPPFLAGS=$INCLUDES
================================================================


More information about the pld-cvs-commit mailing list