]> git.pld-linux.org Git - packages/php.git/blob - php-pear-install.patch
- fix without qtdom bcond (was partially named qt)
[packages/php.git] / php-pear-install.patch
1 --- php/pear/php.ini.orig       Wed Jun 18 14:11:24 2003
2 +++ php/pear/php.ini    Wed Jun 18 14:04:21 2003
3 @@ -0,0 +1,2 @@
4 +extension_dir=modules
5 +extension=pcre.so
6 --- php/pear/Makefile.frag.orig Wed Jun 18 14:15:02 2003
7 +++ php/pear/Makefile.frag      Wed Jun 18 14:15:07 2003
8 @@ -3,7 +3,7 @@
9  peardir=$(PEAR_INSTALLDIR)
10  
11  # Skip all php.ini files altogether
12 -PEAR_INSTALL_FLAGS = -n -dsafe_mode=0
13 +PEAR_INSTALL_FLAGS = -c $(top_builddir)/pear -dsafe_mode=0
14  
15  install-pear-installer: $(top_builddir)/sapi/cli/php
16         @$(top_builddir)/sapi/cli/php $(PEAR_INSTALL_FLAGS) $(srcdir)/install-pear.php $(srcdir)/package-*.xml
This page took 0.027509 seconds and 3 git commands to generate.