]> git.pld-linux.org Git - packages/php.git/blame - php-pear-install.patch
- added information note about PEAR classes to pear's description
[packages/php.git] / php-pear-install.patch
CommitLineData
0c8b82bf 1--- php/pear/Makefile.frag.orig Wed Jun 18 14:15:02 2003
2+++ php/pear/Makefile.frag Wed Jun 18 14:15:07 2003
3@@ -3,7 +3,7 @@
4 peardir=$(PEAR_INSTALLDIR)
5
6 # Skip all php.ini files altogether
5beae860
AG
7-PEAR_INSTALL_FLAGS = -n -dshort_open_tag=0 -dsafe_mode=0
8+PEAR_INSTALL_FLAGS = -c $(top_builddir)/pear -dshort_open_tag=0 -dsafe_mode=0
0c8b82bf 9
10 install-pear-installer: $(top_builddir)/sapi/cli/php
11 @$(top_builddir)/sapi/cli/php $(PEAR_INSTALL_FLAGS) $(srcdir)/install-pear.php $(srcdir)/package-*.xml
This page took 0.029393 seconds and 4 git commands to generate.