X-Git-Url: https://git.tld-linux.org/?p=packages%2Fphp.git;a=blobdiff_plain;f=fix-test-run.patch;fp=fix-test-run.patch;h=7601cc1d321311654a16bd348a426987c7a59e4d;hp=cde2b04855fbe168e1cc149a7921119d0069950d;hb=1290dddd3195d689c34d8d1c3df39f0f42362e2a;hpb=7f0cc574d02bdc38930f84c1c1b88f453f1ef62f 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)" \