packages: php/spl-shared.patch - phar fix
glen
glen at pld-linux.org
Mon Nov 30 17:16:10 CET 2009
Author: glen Date: Mon Nov 30 16:16:10 2009 GMT
Module: packages Tag: HEAD
---- Log message:
- phar fix
---- Files affected:
packages/php:
spl-shared.patch (1.4 -> 1.5)
---- Diffs:
================================================================
Index: packages/php/spl-shared.patch
diff -u packages/php/spl-shared.patch:1.4 packages/php/spl-shared.patch:1.5
--- packages/php/spl-shared.patch:1.4 Fri Nov 27 18:04:14 2009
+++ packages/php/spl-shared.patch Mon Nov 30 17:16:04 2009
@@ -73,3 +73,14 @@
ZEND_MOD_REQUIRED("spl")
#endif
{NULL, NULL, NULL}
+--- php-5.3.1/ext/phar/Makefile.frag~ 2009-07-23 15:48:04.000000000 +0000
++++ php-5.3.1/ext/phar/Makefile.frag 2009-11-30 16:10:29.687175948 +0000
+@@ -10,7 +10,7 @@
+ $(top_srcdir)/build/shtool echo -n -- "$(top_builddir)/$(SAPI_CLI_PATH) -n"; \
+ 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 \
+ 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.4&r2=1.5&f=u
More information about the pld-cvs-commit
mailing list