X-Git-Url: https://git.tld-linux.org/?a=blobdiff_plain;f=fix-test-run.patch;h=7601cc1d321311654a16bd348a426987c7a59e4d;hb=5642e71b01f8651ea4db533d43490fbcc21fda9f;hp=cde2b04855fbe168e1cc149a7921119d0069950d;hpb=ab1e43498f99fd08685b6f7bf179858efc6920bf;p=packages%2Fphp.git diff --git a/fix-test-run.patch b/fix-test-run.patch index cde2b04..7601cc1 100644 --- a/fix-test-run.patch +++ b/fix-test-run.patch @@ -10,9 +10,9 @@ PHP_SUBST_OLD(PHP_INSTALLED_SAPIS) PHP_SUBST(PHP_FASTCGI_OBJS) ---- php-5.5.11/build/Makefile.global 2014-04-27 15:05:38.963814051 +0300 -+++ php-5.5.11/build/Makefile.global 2014-04-27 15:09:54.438443707 +0300 -@@ -81,8 +81,15 @@ +--- php-8.1.10/build/Makefile.global.orig 2022-09-25 19:52:15.520810107 +0200 ++++ php-8.1.10/build/Makefile.global 2022-09-25 19:54:52.676625388 +0200 +@@ -81,8 +81,15 @@ install-headers: done; \ fi @@ -28,8 +28,8 @@ + fi; \ if test "x$(PHP_MODULES)" != "x"; then \ for i in $(PHP_MODULES)""; do \ - . $$i; $(top_srcdir)/build/shtool echo -n -- " -d extension=$$dlname"; \ -@@ -111,7 +118,9 @@ + . $$i; \ +@@ -114,7 +121,9 @@ test: all TEST_PHP_EXECUTABLE=$(PHP_EXECUTABLE) \ TEST_PHP_SRCDIR=$(top_srcdir) \ CC="$(CC)" \