From 120753e7437bc893462356ef153b67d38f7f696e Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Wed, 2 Nov 2011 16:54:57 +0100 Subject: php 5.3.6: import from OE classic Signed-off-by: Koen Kooi --- meta-oe/recipes-devtools/php/php/php_exec_native.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 meta-oe/recipes-devtools/php/php/php_exec_native.patch (limited to 'meta-oe/recipes-devtools/php/php/php_exec_native.patch') 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 @@ +--- 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 -- cgit 1.2.3-korg