diff options
| author | Rod Whitby <rod@whitby.id.au> | 2007-03-19 20:46:15 +0000 |
|---|---|---|
| committer | Rod Whitby <rod@whitby.id.au> | 2007-03-19 20:46:15 +0000 |
| commit | 067e0f8bdbfdff629f87c2503188bc47f423e3d9 (patch) | |
| tree | eba5238effafb90f10513f7c685a6f135a357910 /packages/php/php-5.2.0/pear-makefile.patch | |
| parent | c4d82fea50859bb406c78da5942aa565a37e2839 (diff) | |
| parent | e331cce33abbcf242f8c8fa1dd152ca4ca3f7eb9 (diff) | |
merge of '51282322cfa3cd938fb47ab1b7038c115d8024d8'
and 'c6af65fae3cef86de384e1203d97c909460bf4fa'
Diffstat (limited to 'packages/php/php-5.2.0/pear-makefile.patch')
| -rw-r--r-- | packages/php/php-5.2.0/pear-makefile.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/php/php-5.2.0/pear-makefile.patch b/packages/php/php-5.2.0/pear-makefile.patch new file mode 100644 index 0000000000..26de98a48f --- /dev/null +++ b/packages/php/php-5.2.0/pear-makefile.patch @@ -0,0 +1,11 @@ +--- /pear/orig-Makefile.frag 2007-03-16 12:18:33.000000000 +0200 ++++ /pear/Makefile.frag 2007-03-16 12:35:48.000000000 +0200 +@@ -6,7 +6,7 @@ + PEAR_INSTALL_FLAGS = -n -dshort_open_tag=0 -dsafe_mode=0 -dopen_basedir= -derror_reporting=E_ALL -dmemory_limit=-1 -ddetect_unicode=0 + + install-pear-installer: $(SAPI_CLI_PATH) +- @$(top_builddir)/sapi/cli/php $(PEAR_INSTALL_FLAGS) $(builddir)/install-pear-nozlib.phar -d "$(peardir)" -b "$(bindir)" ++ @$(PHP_NATIVE_DIR)/php $(PEAR_INSTALL_FLAGS) $(builddir)/install-pear-nozlib.phar -d "$(peardir)" -b "$(bindir)" + + install-pear: + @echo "Installing PEAR environment: $(INSTALL_ROOT)$(peardir)/" |
