mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-09 15:44:52 +02:00
php 5.3.6: import from OE classic
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
13
meta-oe/recipes-devtools/php/php/pear-makefile.patch
Normal file
13
meta-oe/recipes-devtools/php/php/pear-makefile.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
diff --git a/pear/Makefile.frag b/pear/Makefile.frag
|
||||
index 1f6f70e..b19a77c 100644
|
||||
--- a/pear/Makefile.frag
|
||||
+++ b/pear/Makefile.frag
|
||||
@@ -11,7 +11,7 @@ PEAR_PREFIX = -dp a${program_prefix}
|
||||
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) $(builddir)/install-pear-nozlib.phar -d "$(peardir)" -b "$(bindir)" ${PEAR_PREFIX} ${PEAR_SUFFIX}
|
||||
|
||||
install-pear:
|
||||
@echo "Installing PEAR environment: $(INSTALL_ROOT)$(peardir)/"
|
||||
Reference in New Issue
Block a user