mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-04 00:59:37 +00:00
0001-ext-opcache-config.m4-enable-opcache.patch is dropped. This patch could be dropped because the new version now uses AC_CACHE_CHECK, and we can just pass ac_cv_xxx to it instead of using a local patch. 0008-ext-imap-config.m4-fix-include-paths.patch is dropped. ext/imap has been removed from php in this new version. See https://github.com/php/php-src/pull/13190. As a result of this removal, the corresponding PACKAGECONFIG is removed from this new version. 0001-Change-whether-to-inline-XXH3_hashLong_withSecret-to.patch is dropped. It has been merged in this new version. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
36 lines
975 B
Diff
36 lines
975 B
Diff
From 581751f8b612c381a4a7914a33bfc4130853d305 Mon Sep 17 00:00:00 2001
|
|
From: Claude Bing <cbing@cybernetics.com>
|
|
Date: Tue, 9 Nov 2021 13:08:06 -0500
|
|
Subject: [PATCH 5/5] sapi/cli/config.m4: fix build directory
|
|
|
|
Upstream-Status: Inappropriate
|
|
|
|
update patch to version 7.4.4
|
|
Signed-off-by: Changqing Li <changqing.li@windriver.com>
|
|
|
|
update patch to version 8.0.12
|
|
Signed-off-by: Claude Bing <cbing@cybernetics.com>
|
|
|
|
update patch for version 8.4.4
|
|
Signed-off-by: Chen Qi <Qi.Chen@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 76c2d64e8..0c7436fd9 100644
|
|
--- a/sapi/cli/config.m4
|
|
+++ b/sapi/cli/config.m4
|
|
@@ -50,7 +50,7 @@ if test "$PHP_CLI" != "no"; then
|
|
])
|
|
|
|
dnl Set executable for tests.
|
|
- PHP_EXECUTABLE="\$(top_builddir)/\$(SAPI_CLI_PATH)"
|
|
+ PHP_EXECUTABLE="${PHP_NATIVE_DIR}/php"
|
|
|
|
PHP_SUBST([PHP_EXECUTABLE])
|
|
PHP_SUBST([SAPI_CLI_PATH])
|
|
--
|
|
2.25.1
|
|
|