From: Elan Ruusamäe Date: Mon, 30 Nov 2009 22:49:54 +0000 (+0000) Subject: - pcre fix for phar X-Git-Tag: auto/th/php-5_3_1-1_11~3 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;h=a60d296dbe7a8336766444138c1cd3f29f743920;p=packages%2Fphp.git - pcre fix for phar Changed files: spl-shared.patch -> 1.6 --- diff --git a/spl-shared.patch b/spl-shared.patch index 25a0298..0e326fd 100644 --- a/spl-shared.patch +++ b/spl-shared.patch @@ -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; \