diff options
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.patch | 16 |
1 files changed, 10 insertions, 6 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 0506bddaf4..6af0dc81a1 100644 --- a/meta-oe/recipes-devtools/php/php/php_exec_native.patch +++ b/meta-oe/recipes-devtools/php/php/php_exec_native.patch | |||
@@ -1,10 +1,17 @@ | |||
1 | Upstream-status: Inappriate | 1 | From d251b5aa3d23803d016ca16818e2e1d2f2b70a02 Mon Sep 17 00:00:00 2001 |
2 | From: Koen Kooi <koen@dominion.thruhere.net> | ||
3 | Date: Wed, 2 Nov 2011 16:54:57 +0100 | ||
4 | Subject: [PATCH] Upstream-status: Inappriate | ||
5 | |||
6 | --- | ||
7 | sapi/cli/config.m4 | 2 +- | ||
8 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
2 | 9 | ||
3 | diff --git a/sapi/cli/config.m4 b/sapi/cli/config.m4 | 10 | diff --git a/sapi/cli/config.m4 b/sapi/cli/config.m4 |
4 | index cdfa1f7..0fe11e3 100644 | 11 | index 2168151..20a81db 100644 |
5 | --- a/sapi/cli/config.m4 | 12 | --- a/sapi/cli/config.m4 |
6 | +++ b/sapi/cli/config.m4 | 13 | +++ b/sapi/cli/config.m4 |
7 | @@ -36,7 +36,7 @@ if test "$PHP_CLI" != "no"; then | 14 | @@ -50,7 +50,7 @@ if test "$PHP_CLI" != "no"; then |
8 | esac | 15 | esac |
9 | 16 | ||
10 | dnl Set executable for tests | 17 | dnl Set executable for tests |
@@ -13,6 +20,3 @@ index cdfa1f7..0fe11e3 100644 | |||
13 | PHP_SUBST(PHP_EXECUTABLE) | 20 | PHP_SUBST(PHP_EXECUTABLE) |
14 | 21 | ||
15 | dnl Expose to Makefile | 22 | dnl Expose to Makefile |
16 | -- | ||
17 | 1.9.3 | ||
18 | |||