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

spl-shared.patch

index 25a0298a036da6ed33a4f29bf1d338f23e2a2752..0e326fdbed312b9d9e4a241e4d60ecbabd8bd6fb 100644 (file)
@@ -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; \
This page took 0.043662 seconds and 4 git commands to generate.