aboutsummaryrefslogtreecommitdiff
path: root/meta-aarch64/recipes-devtools/php/php/php_exec_native.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-aarch64/recipes-devtools/php/php/php_exec_native.patch')
-rw-r--r--meta-aarch64/recipes-devtools/php/php/php_exec_native.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-aarch64/recipes-devtools/php/php/php_exec_native.patch b/meta-aarch64/recipes-devtools/php/php/php_exec_native.patch
new file mode 100644
index 00000000..a563c9a5
--- /dev/null
+++ b/meta-aarch64/recipes-devtools/php/php/php_exec_native.patch
@@ -0,0 +1,11 @@
+--- php/configure.in.orig 2011-03-12 02:13:19.000000000 +0100
++++ php/configure.in 2011-03-12 02:14:05.000000000 +0100
+@@ -1216,7 +1216,7 @@
+ PHP_INSTALL_CLI_TARGET="install-cli"
+ PHP_ADD_SOURCES(sapi/cli, php_cli.c php_cli_readline.c,, cli)
+ PHP_INSTALLED_SAPIS="cli $PHP_SAPI"
+- PHP_EXECUTABLE="\$(top_builddir)/\$(SAPI_CLI_PATH)"
++ PHP_EXECUTABLE="${PHP_NATIVE_DIR}/php"
+ else
+ PHP_INSTALLED_SAPIS="$PHP_SAPI"
+ fi