[oe-commits] org.oe.dev php: Added missing patch files from previous commit

svolpe commit oe at amethyst.openembedded.net
Mon Sep 1 18:12:54 UTC 2008


php: Added missing patch files from previous commit

Author: svolpe at openembedded.org
Branch: org.openembedded.dev
Revision: 89b3663402c864c49ce19e33bca2ae6a059b54f9
ViewMTN: http://monotone.openembedded.org/revision/info/89b3663402c864c49ce19e33bca2ae6a059b54f9
Files:
1
packages/php/php-5.2.6/acinclude-xml2-config.patch
packages/php/php-5.2.6/pear-makefile.patch
Diffs:

#
# mt diff -r73007fe3d4a6a4798e007ad2a1106b860e763c07 -r89b3663402c864c49ce19e33bca2ae6a059b54f9
#
#
#
# add_file "packages/php/php-5.2.6/acinclude-xml2-config.patch"
#  content [4080e8e868b4269682c9d79d897bbffeb000a730]
# 
# add_file "packages/php/php-5.2.6/pear-makefile.patch"
#  content [a628c96a8b13cab5b2845c3ce7143c1781e07b7c]
#
============================================================
--- packages/php/php-5.2.6/acinclude-xml2-config.patch	4080e8e868b4269682c9d79d897bbffeb000a730
+++ packages/php/php-5.2.6/acinclude-xml2-config.patch	4080e8e868b4269682c9d79d897bbffeb000a730
@@ -0,0 +1,18 @@
+--- /orig-acinclude.m4 2007-02-20 15:03:25.000000000 +0200
++++ /acinclude.m4      2007-02-20 15:03:24.000000000 +0200
+@@ -2359,12 +2359,9 @@
+ AC_DEFUN([PHP_SETUP_LIBXML], [
+ AC_CACHE_CHECK([for xml2-config path], ac_cv_php_xml2_config_path,
+ [
+-  for i in $PHP_LIBXML_DIR /usr/local /usr; do
+-    if test -x "$i/bin/xml2-config"; then
+-      ac_cv_php_xml2_config_path="$i/bin/xml2-config"
+-      break
+-    fi
+-  done
++
++      ac_cv_php_xml2_config_path="$PHP_LIBXML_DIR/xml2-config"
++
+ ])
+
+   if test -x "$ac_cv_php_xml2_config_path"; then
============================================================
--- packages/php/php-5.2.6/pear-makefile.patch	a628c96a8b13cab5b2845c3ce7143c1781e07b7c
+++ packages/php/php-5.2.6/pear-makefile.patch	a628c96a8b13cab5b2845c3ce7143c1781e07b7c
@@ -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)/"






More information about the Openembedded-commits mailing list