diff options
Diffstat (limited to 'meta-oe/recipes-devtools/php/php/0005-pear-fix-Makefile.frag-for-Yocto.patch')
-rw-r--r-- | meta-oe/recipes-devtools/php/php/0005-pear-fix-Makefile.frag-for-Yocto.patch | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/meta-oe/recipes-devtools/php/php/0005-pear-fix-Makefile.frag-for-Yocto.patch b/meta-oe/recipes-devtools/php/php/0005-pear-fix-Makefile.frag-for-Yocto.patch deleted file mode 100644 index 37752ef949..0000000000 --- a/meta-oe/recipes-devtools/php/php/0005-pear-fix-Makefile.frag-for-Yocto.patch +++ /dev/null | |||
@@ -1,31 +0,0 @@ | |||
1 | From f22958b4c1348eec3bb4c0f2cbe2d22676e0ad23 Mon Sep 17 00:00:00 2001 | ||
2 | From: Claude Bing <cbing@cybernetics.com> | ||
3 | Date: Tue, 9 Nov 2021 13:04:29 -0500 | ||
4 | Subject: [PATCH 05/11] pear: fix Makefile.frag for Yocto | ||
5 | |||
6 | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> | ||
7 | |||
8 | update patch to 8.0.12 | ||
9 | Signed-off-by: Claude Bing <cbing@cybernetics.com> | ||
10 | --- | ||
11 | Upstream-Status: Pending | ||
12 | |||
13 | pear/Makefile.frag | 2 +- | ||
14 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
15 | |||
16 | diff --git a/pear/Makefile.frag b/pear/Makefile.frag | ||
17 | index 9408757a3a..69072f39e0 100644 | ||
18 | --- a/pear/Makefile.frag | ||
19 | +++ b/pear/Makefile.frag | ||
20 | @@ -10,7 +10,7 @@ PEAR_SUFFIX = -ds a$(program_suffix) | ||
21 | PEAR_INSTALLER_URL = https://pear.php.net/install-pear-nozlib.phar | ||
22 | |||
23 | install-pear-installer: $(SAPI_CLI_PATH) | ||
24 | - @$(top_builddir)/sapi/cli/php $(PEAR_INSTALL_FLAGS) pear/install-pear-nozlib.phar -d "$(peardir)" -b "$(bindir)" ${PEAR_PREFIX} ${PEAR_SUFFIX} | ||
25 | + @$(PHP_NATIVE_DIR)/php $(PEAR_INSTALL_FLAGS) $(builddir)/install-pear-nozlib.phar -d "$(peardir)" -b "$(bindir)" ${PEAR_PREFIX} ${PEAR_SUFFIX} | ||
26 | |||
27 | install-pear: | ||
28 | @echo "Installing PEAR environment: $(INSTALL_ROOT)$(peardir)/" | ||
29 | -- | ||
30 | 2.25.1 | ||
31 | |||