packages: php/spl-shared.patch - pcre fix for phar

glen glen at pld-linux.org
Mon Nov 30 23:49:59 CET 2009


Author: glen                         Date: Mon Nov 30 22:49:59 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- pcre fix for phar

---- Files affected:
packages/php:
   spl-shared.patch (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: packages/php/spl-shared.patch
diff -u packages/php/spl-shared.patch:1.5 packages/php/spl-shared.patch:1.6
--- packages/php/spl-shared.patch:1.5	Mon Nov 30 17:16:04 2009
+++ packages/php/spl-shared.patch	Mon Nov 30 23:49:54 2009
@@ -80,7 +80,7 @@
  		if test "x$(PHP_MODULES)" != "x"; then \
  		$(top_srcdir)/build/shtool echo -n -- " -d extension_dir=$(top_builddir)/modules"; \
 -		for i in bz2 zlib phar; do \
-+		for i in spl bz2 zlib phar; do \
++		for i in pcre spl bz2 zlib phar; do \
  			if test -f "$(top_builddir)/modules/$$i.la"; then \
  				. $(top_builddir)/modules/$$i.la; $(top_srcdir)/build/shtool echo -n -- " -d extension=$$dlname"; \
  			fi; \
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/php/spl-shared.patch?r1=1.5&r2=1.6&f=u



More information about the pld-cvs-commit mailing list