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 | 19 |
1 files changed, 9 insertions, 10 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 31be1b70b7..0506bddaf4 100644 --- a/meta-oe/recipes-devtools/php/php/php_exec_native.patch +++ b/meta-oe/recipes-devtools/php/php/php_exec_native.patch | |||
@@ -1,12 +1,10 @@ | |||
1 | --- | 1 | Upstream-status: Inappriate |
2 | sapi/cli/config.m4 | 2 +- | ||
3 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
4 | 2 | ||
5 | --- php-5.4.14.orig/sapi/cli/config.m4 | 3 | diff --git a/sapi/cli/config.m4 b/sapi/cli/config.m4 |
6 | +++ php-5.4.14/sapi/cli/config.m4 | 4 | index cdfa1f7..0fe11e3 100644 |
7 | @@ -34,11 +34,11 @@ if test "$PHP_CLI" != "no"; then | 5 | --- a/sapi/cli/config.m4 |
8 | BUILD_CLI="\$(LIBTOOL) --mode=link \$(CC) -export-dynamic \$(CFLAGS_CLEAN) \$(EXTRA_CFLAGS) \$(EXTRA_LDFLAGS_PROGRAM) \$(LDFLAGS) \$(PHP_RPATHS) \$(PHP_GLOBAL_OBJS) \$(PHP_BINARY_OBJS) \$(PHP_CLI_OBJS) \$(EXTRA_LIBS) \$(ZEND_EXTRA_LIBS) -o \$(SAPI_CLI_PATH)" | 6 | +++ b/sapi/cli/config.m4 |
9 | ;; | 7 | @@ -36,7 +36,7 @@ if test "$PHP_CLI" != "no"; then |
10 | esac | 8 | esac |
11 | 9 | ||
12 | dnl Set executable for tests | 10 | dnl Set executable for tests |
@@ -15,5 +13,6 @@ | |||
15 | PHP_SUBST(PHP_EXECUTABLE) | 13 | PHP_SUBST(PHP_EXECUTABLE) |
16 | 14 | ||
17 | dnl Expose to Makefile | 15 | dnl Expose to Makefile |
18 | PHP_SUBST(SAPI_CLI_PATH) | 16 | -- |
19 | PHP_SUBST(BUILD_CLI) | 17 | 1.9.3 |
18 | |||