summaryrefslogtreecommitdiff
path: root/recipes/php/php-5.2.11/pear-makefile.patch
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@datenfreihafen.org>2009-12-10 11:08:51 +0100
committerStefan Schmidt <stefan@datenfreihafen.org>2009-12-10 11:08:51 +0100
commita79d5a546392cad57bb8855f88d4617caa852d27 (patch)
tree28a5b26bf27ff1e594e13e6eb5aa76891f8f8aab /recipes/php/php-5.2.11/pear-makefile.patch
parent09a85ada712374f567b276067805c19b091a518a (diff)
parent6e0172f360053c39bfad106592fbb55509167103 (diff)
Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/php/php-5.2.11/pear-makefile.patch')
-rw-r--r--recipes/php/php-5.2.11/pear-makefile.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/php/php-5.2.11/pear-makefile.patch b/recipes/php/php-5.2.11/pear-makefile.patch
new file mode 100644
index 0000000000..487f507a02
--- /dev/null
+++ b/recipes/php/php-5.2.11/pear-makefile.patch
@@ -0,0 +1,13 @@
+Index: php-5.2.11/pear/Makefile.frag
+===================================================================
+--- php-5.2.11.orig/pear/Makefile.frag 2009-08-02 13:11:15.000000000 -0600
++++ php-5.2.11/pear/Makefile.frag 2009-12-09 16:13:38.700972014 -0700
+@@ -11,7 +11,7 @@
+ PEAR_SUFFIX = -ds a$(program_suffix)
+
+ install-pear-installer: $(SAPI_CLI_PATH)
+- @$(top_builddir)/sapi/cli/php $(PEAR_INSTALL_FLAGS) pear/install-pear-nozlib.phar -d "$(peardir)" -b "$(bindir)" ${PEAR_PREFIX} ${PEAR_SUFFIX}
++ @$(PHP_NATIVE_DIR)/php $(PEAR_INSTALL_FLAGS) pear/install-pear-nozlib.phar -d "$(peardir)" -b "$(bindir)" ${PEAR_PREFIX} ${PEAR_SUFFIX}
+
+ install-pear:
+ @echo "Installing PEAR environment: $(INSTALL_ROOT)$(peardir)/"