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 | 11 |
1 files changed, 11 insertions, 0 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 new file mode 100644 index 0000000000..a563c9a5e2 --- /dev/null +++ b/meta-oe/recipes-devtools/php/php/php_exec_native.patch | |||
@@ -0,0 +1,11 @@ | |||
1 | --- php/configure.in.orig 2011-03-12 02:13:19.000000000 +0100 | ||
2 | +++ php/configure.in 2011-03-12 02:14:05.000000000 +0100 | ||
3 | @@ -1216,7 +1216,7 @@ | ||
4 | PHP_INSTALL_CLI_TARGET="install-cli" | ||
5 | PHP_ADD_SOURCES(sapi/cli, php_cli.c php_cli_readline.c,, cli) | ||
6 | PHP_INSTALLED_SAPIS="cli $PHP_SAPI" | ||
7 | - PHP_EXECUTABLE="\$(top_builddir)/\$(SAPI_CLI_PATH)" | ||
8 | + PHP_EXECUTABLE="${PHP_NATIVE_DIR}/php" | ||
9 | else | ||
10 | PHP_INSTALLED_SAPIS="$PHP_SAPI" | ||
11 | fi | ||