summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/php/php/php_exec_native.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-devtools/php/php/php_exec_native.patch')
-rw-r--r--meta-oe/recipes-devtools/php/php/php_exec_native.patch20
1 files changed, 12 insertions, 8 deletions
diff --git a/meta-oe/recipes-devtools/php/php/php_exec_native.patch b/meta-oe/recipes-devtools/php/php/php_exec_native.patch
index 80409000d3..4aec4812f6 100644
--- a/meta-oe/recipes-devtools/php/php/php_exec_native.patch
+++ b/meta-oe/recipes-devtools/php/php/php_exec_native.patch
@@ -1,22 +1,26 @@
1From d251b5aa3d23803d016ca16818e2e1d2f2b70a02 Mon Sep 17 00:00:00 2001 1Subject: [PATCH] rom d251b5aa3d23803d016ca16818e2e1d2f2b70a02 Mon Sep 17
2From: Koen Kooi <koen@dominion.thruhere.net> 2 00:00:00 2001 From: Koen Kooi <koen@dominion.thruhere.net> Date: Wed, 2 Nov
3Date: Wed, 2 Nov 2011 16:54:57 +0100 3 2011 16:54:57 +0100 Subject: [PATCH] Upstream-Status: Inappriate
4Subject: [PATCH] Upstream-Status: Inappriate
5 4
5update patch to version 7.4.4
6Signed-off-by: Changqing Li <changqing.li@windriver.com>
6--- 7---
7 sapi/cli/config.m4 | 2 +- 8 sapi/cli/config.m4 | 2 +-
8 1 file changed, 1 insertion(+), 1 deletion(-) 9 1 file changed, 1 insertion(+), 1 deletion(-)
9 10
10diff --git a/sapi/cli/config.m4 b/sapi/cli/config.m4 11diff --git a/sapi/cli/config.m4 b/sapi/cli/config.m4
11index 2168151..20a81db 100644 12index 917d45f..aaf1e27 100644
12--- a/sapi/cli/config.m4 13--- a/sapi/cli/config.m4
13+++ b/sapi/cli/config.m4 14+++ b/sapi/cli/config.m4
14@@ -50,7 +50,7 @@ if test "$PHP_CLI" != "no"; then 15@@ -47,7 +47,7 @@ if test "$PHP_CLI" != "no"; then
15 esac 16 esac
16 17
17 dnl Set executable for tests 18 dnl Set executable for tests.
18- PHP_EXECUTABLE="\$(top_builddir)/\$(SAPI_CLI_PATH)" 19- PHP_EXECUTABLE="\$(top_builddir)/\$(SAPI_CLI_PATH)"
19+ PHP_EXECUTABLE="${PHP_NATIVE_DIR}/php" 20+ PHP_EXECUTABLE="${PHP_NATIVE_DIR}/php"
20 PHP_SUBST(PHP_EXECUTABLE) 21 PHP_SUBST(PHP_EXECUTABLE)
21 22
22 dnl Expose to Makefile 23 dnl Expose to Makefile.
24--
252.7.4
26