mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-20 11:16:51 +00:00
License-Update: License updated (year updated) note: for 7.4, pear is disabled by default, and it will be deprecated in future. Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
27 lines
776 B
Diff
27 lines
776 B
Diff
Subject: [PATCH] rom d251b5aa3d23803d016ca16818e2e1d2f2b70a02 Mon Sep 17
|
|
00:00:00 2001 From: Koen Kooi <koen@dominion.thruhere.net> Date: Wed, 2 Nov
|
|
2011 16:54:57 +0100 Subject: [PATCH] Upstream-Status: Inappriate
|
|
|
|
update patch to version 7.4.4
|
|
Signed-off-by: Changqing Li <changqing.li@windriver.com>
|
|
---
|
|
sapi/cli/config.m4 | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/sapi/cli/config.m4 b/sapi/cli/config.m4
|
|
index 917d45f..aaf1e27 100644
|
|
--- a/sapi/cli/config.m4
|
|
+++ b/sapi/cli/config.m4
|
|
@@ -47,7 +47,7 @@ if test "$PHP_CLI" != "no"; then
|
|
esac
|
|
|
|
dnl Set executable for tests.
|
|
- PHP_EXECUTABLE="\$(top_builddir)/\$(SAPI_CLI_PATH)"
|
|
+ PHP_EXECUTABLE="${PHP_NATIVE_DIR}/php"
|
|
PHP_SUBST(PHP_EXECUTABLE)
|
|
|
|
dnl Expose to Makefile.
|
|
--
|
|
2.7.4
|
|
|