]> git.pld-linux.org Git - packages/php.git/blobdiff - spl-shared.patch
adjust x32 patch for 5.3 branch
[packages/php.git] / spl-shared.patch
index dca9fccda51a59f1597f5d0d1b5caee56bd3db17..0e326fdbed312b9d9e4a241e4d60ecbabd8bd6fb 100644 (file)
        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 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; \
This page took 0.119987 seconds and 4 git commands to generate.