Magellan Linux

Contents of /trunk/php5/patches/php5-5.3.2-phar.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1007 - (show annotations) (download)
Sun Mar 7 13:24:19 2010 UTC (14 years, 2 months ago) by niro
File size: 759 byte(s)
patch to fix phar install issues

1 --- php-5.3.2RC1/ext/phar/Makefile.frag.orig 2009-12-26 13:02:41.000000000 +0100
2 +++ php-5.3.2RC1/ext/phar/Makefile.frag 2009-12-26 13:03:17.000000000 +0100
3 @@ -19,11 +19,7 @@
4 else \
5 $(top_srcdir)/build/shtool echo -n -- "$(PHP_EXECUTABLE)"; \
6 fi;`
7 -PHP_PHARCMD_BANG = `if test -x "$(PHP_EXECUTABLE)"; then \
8 - $(top_srcdir)/build/shtool echo -n -- "$(PHP_EXECUTABLE)"; \
9 - else \
10 - $(top_srcdir)/build/shtool echo -n -- "$(INSTALL_ROOT)$(bindir)/$(program_prefix)php$(program_suffix)$(EXEEXT)"; \
11 - fi; `
12 +PHP_PHARCMD_BANG = `$(top_srcdir)/build/shtool echo -n -- "$(INSTALL_ROOT)$(bindir)/$(program_prefix)php$(program_suffix)$(EXEEXT)";`
13
14 $(builddir)/phar/phar.inc: $(srcdir)/phar/phar.inc
15 -@test -d $(builddir)/phar || mkdir $(builddir)/phar