]> git.pld-linux.org Git - packages/php.git/commitdiff
- phar fix
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 30 Nov 2009 16:16:04 +0000 (16:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    spl-shared.patch -> 1.5

spl-shared.patch

index dca9fccda51a59f1597f5d0d1b5caee56bd3db17..25a0298a036da6ed33a4f29bf1d338f23e2a2752 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 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.117538 seconds and 4 git commands to generate.